MulTEx - the Multi-Tier Exception Handling Framework.
There are some documentations about MulTEx:
- The revised german conference paper of NET.OBJECT Days 2000
about the key concept of causal chains and the other features of MulTEx.
- The english API documentation of MulTEx
(generated by JAVADOC).
- A german paper about possible and partly implemented
evolution directions
Author: Christoph Knabe, TFH Berlin, 1999-2000 Copyrighted
MulTEx is redistributable als open source software by the GNU GPL.
Installation
MulTEx is just a Java package named 'multex'.
- It requires JDK 1.1. Only two report-methods, marked as
"since JDK 1.2.2" require this newer version.
- You have to guarantee, that the directory
multex
is accessible via your CLASSPATH environment variable.
- The file
MsgText.properties or the localized variants of
it must be in the actual working directory in order to access a message
text for an exception.
- The contents of the
docs subdirectory needs not to be
copied.
It can always be regenerated by simply invoking the gendocs.bat.
You should do this with a JDK 1.2 javadoc tool.