c

catch-exception

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