jar

io.github.christophknabe : multex

Maven & Gradle

May 18, 2022
0 stars

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.

Table Of Contents

Latest Version

Download io.github.christophknabe : multex JAR file - Latest Versions:

All Versions

Download io.github.christophknabe : multex JAR file - All Versions:

Version Vulnerabilities Size Updated
8.5.x
8.5
8.4.x
8.4

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window multex-8.5.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

multex

├─ multex.Assertion.class - [JAR]

├─ multex.AssertionFailure.class - [JAR]

├─ multex.Awt.class - [JAR]

├─ multex.AwtExceptionHandler.class - [JAR]

├─ multex.CauseGetter.class - [JAR]

├─ multex.Exc.class - [JAR]

├─ multex.Failure.class - [JAR]

├─ multex.Msg.class - [JAR]

├─ multex.MsgText.class - [JAR]

├─ multex.MultexException.class - [JAR]

├─ multex.MultexUtil.class - [JAR]

├─ multex.ReflectionCauseGetter.class - [JAR]

├─ multex.Swing.class - [JAR]

├─ multex.Util.class - [JAR]

multex.tool

├─ multex.tool.ExceptionMessagesDoclet.class - [JAR]