m

multex

MulTEx is a simple, but powerful framework for organizing exceptions and messages in a multi-tier Java software system. It offers the key features: Causal chains/trees as a means to capture low-level error information Redundancy-free stack traces in the case of indirectly caused exceptions Internationalizable message texts and parameters for exceptions Services for reporting an exception with its causal chain/tree onto streams and screens A standard way for writing method bodies with regard to exceptions. MulTEx depends on Java >= 1.4
http://www.tfh-berlin.de/~knabe/java/multex/
GNU Lesser General Public License, Version 2.1
Files download
File Operation
multex-7.1.jar download
multex-7.1.pom download
multex-7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.tfh-berlin.knabe</groupId>
  <artifactId>multex</artifactId>
  <version>7.1</version>
</dependency>
Gradle Groovy
implementation 'de.tfh-berlin.knabe:multex:7.1'
Gradle Kotlin
implementation("de.tfh-berlin.knabe:multex:7.1")
Scala SBT
libraryDependencies += "de.tfh-berlin.knabe" % "multex" % "7.1"
Groovy Grape
@Grapes(
  @Grab(group='de.tfh-berlin.knabe', module='multex', version='7.1')
)
Apache Ivy
<dependency org="de.tfh-berlin.knabe" name="multex" rev="7.1" />
Leiningen
[de.tfh-berlin.knabe/multex "7.1"]
Apache Buildr
'de.tfh-berlin.knabe:multex:jar:7.1'
Dependencies
The project has no third-party dependencies