c

catch-exception

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