DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.christophknabe : multex Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
8.5.x
8.5
8.4.x
8.4

How to open Javadoc JAR file in web browser

  1. Rename the file multex-8.5.1-javadoc.jar to multex-8.5.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder multex-8.5.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "multex-8.5.1-sources.jar" -d "multex-8.5.1-javadoc" -subpackages