| License |
License |
|---|---|
| GroupId | GroupIdio.github.christophknabe |
| ArtifactId | ArtifactIdmultex |
| Version | Version8.5.1 |
| Type | Typejar |
| Description |
DescriptionThe Multi-Tier Exception Handling Framework (MulTEx 8.5.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 and message chains in the case of indirectly caused exceptions.
Internationalized message texts and parameters for exceptions.
Services for reporting an exception chain/tree onto streams and dialogs.
A standard way for writing method bodies with regard to exceptions.
A collection of utilities for centralized exception reporting.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| multex-8.5.1.pom | |
| multex-8.5.1.jar | 47 KB |
| multex-8.5.1-sources.jar | 52 KB |
| multex-8.5.1-javadoc.jar | 145 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.christophknabe/multex/ -->
<dependency>
<groupId>io.github.christophknabe</groupId>
<artifactId>multex</artifactId>
<version>8.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.christophknabe/multex/
implementation 'io.github.christophknabe:multex:8.5.1'
// https://jarcasting.com/artifacts/io.github.christophknabe/multex/
implementation ("io.github.christophknabe:multex:8.5.1")
'io.github.christophknabe:multex:jar:8.5.1'
<dependency org="io.github.christophknabe" name="multex" rev="8.5.1">
<artifact name="multex" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.christophknabe', module='multex', version='8.5.1')
)
libraryDependencies += "io.github.christophknabe" % "multex" % "8.5.1"
[io.github.christophknabe/multex "8.5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.jdk » tools | jar | 1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.5 |