JDK 1.4 スタイルのネストされた例外の機能をJDK 1.4以前のバージョンで扱う機能を提供します。
また JDK 1.4 の例外を使ってバージョンに依存しないネストされた例外を作成する static ユーティリティを提供します。
そして ExceptionUtils は最も重要な例外を文字列にするメソッドを持っています。
{@primary Provides a JDK 1.4 style Nested Exception functionality for those on prior
versions.
Also a static utility which creates a version independent Nested
Exception which can handle JDK 1.4 Exceptions as well as others.
Lastly, ExceptionUtils also contains the all-important Exception to String methods.}
@translator 日置 聡
@status firstdraft
@update 2003/07/28