DOC

de.tfh-berlin.knabe : multex

Maven & Gradle

May 02, 2007

MulTEx - 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

Table Of Contents

Latest Version

Download de.tfh-berlin.knabe : multex Javadoc & API Documentation - Latest Versions:

All Versions

Download de.tfh-berlin.knabe : multex Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
7.1

How to open Javadoc JAR file in web browser

  1. Rename the file multex-7.1-javadoc.jar to multex-7.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder multex-7.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-7.1-sources.jar" -d "multex-7.1-javadoc" -subpackages