General

What is this project all about?
This library provides classes to make exception handling easier. This is an addon for the core library and adds support for I18N.

[top]


Why is the I18N functionality not part of the core project?
I18N makes a project more complicated. If you do not want to bother with I18N issues then you should not. If however you do bother, simply include this sub project into your class path and derive from the exceptions provided here.

[top]

Implementation

What is a parent attribute?
The parent attribute is an attribute specified by the super class of an exception. The parent exception may be of a standard library and therefore cannot be annotated so the annotation is placed in the subclass.

[top]