p

patterntesting-exception

PatternTesting Exception (patterntesting-exception) is a framework round about exceptions. It wraps some common exception (like IOException) to provide some more information as the original exception (e.g. the filename with the absolute pathname). On the other it allows you to provoke exceptions for better testing.
http://patterntesting.org/release/exception/
The Apache Software License, Version 2.0
Oliver Boehm
Files download
File Operation
patterntesting-exception-2.4.0.jar download
patterntesting-exception-2.4.0.pom download
patterntesting-exception-2.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.patterntesting</groupId>
  <artifactId>patterntesting-exception</artifactId>
  <version>2.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.patterntesting:patterntesting-exception:2.4.0'
Gradle Kotlin
implementation("org.patterntesting:patterntesting-exception:2.4.0")
Scala SBT
libraryDependencies += "org.patterntesting" % "patterntesting-exception" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.patterntesting', module='patterntesting-exception', version='2.4.0')
)
Apache Ivy
<dependency org="org.patterntesting" name="patterntesting-exception" rev="2.4.0" />
Leiningen
[org.patterntesting/patterntesting-exception "2.4.0"]
Apache Buildr
'org.patterntesting:patterntesting-exception:jar:2.4.0'