c

catch-throwable

Catch throwables (not only exceptions)
Files download
File Operation
catch-throwable-2.2.0.jar download
catch-throwable-2.2.0.pom download
catch-throwable-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.catch-exception</groupId>
  <artifactId>catch-throwable</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.catch-exception:catch-throwable:2.2.0'
Gradle Kotlin
implementation("com.github.hazendaz.catch-exception:catch-throwable:2.2.0")
Scala SBT
libraryDependencies += "com.github.hazendaz.catch-exception" % "catch-throwable" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.catch-exception', module='catch-throwable', version='2.2.0')
)
Apache Ivy
<dependency org="com.github.hazendaz.catch-exception" name="catch-throwable" rev="2.2.0" />
Leiningen
[com.github.hazendaz.catch-exception/catch-throwable "2.2.0"]
Apache Buildr
'com.github.hazendaz.catch-exception:catch-throwable:jar:2.2.0'