License |
License |
---|---|
GroupId | GroupIdde.tfh-berlin.knabe |
ArtifactId | ArtifactIdmultex |
Version | Version7.1 |
Type | Typejar |
Description |
DescriptionMulTEx - 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
|
Filename | Size |
---|---|
multex-7.1.pom | |
multex-7.1.jar | 37 KB |
multex-7.1-sources.jar | 73 KB |
Browse |
<!-- 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"]