The 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.

License

License

GroupId

GroupId

io.github.christophknabe
ArtifactId

ArtifactId

multex
Last Version

Last Version

8.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

The 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

http://public.bht-berlin.de/~knabe/java/multex/
Project Organization

Project Organization

Berliner Hochschule für Technik - Berlin University of Applied Sciences and Technology

Download multex

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.sun.jdk » tools jar 1.8

test (1)

Group / Artifact Type Version
junit : junit jar 4.5

Project Modules

There are no modules declared in this project.

Versions

Version
8.5.1
8.5
8.4.1
8.4