Last Version

MulTEx - the Multi-Tier Exception Handling Framework 7.1

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

License

License

GroupId

GroupId

de.tfh-berlin.knabe
ArtifactId

ArtifactId

multex
Version

Version

7.1
Type

Type

jar
Description

Description

MulTEx - the Multi-Tier Exception Handling Framework
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

Download multex 7.1


<!-- https://jarcasting.com/artifacts/de.tfh-berlin.knabe/multex/ -->
<dependency>
    <groupId>de.tfh-berlin.knabe</groupId>
    <artifactId>multex</artifactId>
    <version>7.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.tfh-berlin.knabe/multex/
implementation 'de.tfh-berlin.knabe:multex:7.1'
// https://jarcasting.com/artifacts/de.tfh-berlin.knabe/multex/
implementation ("de.tfh-berlin.knabe:multex:7.1")
'de.tfh-berlin.knabe:multex:jar:7.1'
<dependency org="de.tfh-berlin.knabe" name="multex" rev="7.1">
  <artifact name="multex" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tfh-berlin.knabe', module='multex', version='7.1')
)
libraryDependencies += "de.tfh-berlin.knabe" % "multex" % "7.1"
[de.tfh-berlin.knabe/multex "7.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.