JDK 1.4 スタイルのネストされた例外の機能をJDK 1.4以前のバージョンで扱う機能を提供します。 {@primary Provides JDK 1.4 style Nested Exception functionality for those on prior Java versions.}

JDK 1.4 の例外を使ってバージョンに依存しないネストされた例外を作成する static ユーティリティを含みます。 {@primary Includes a static utility to create version independent Nested Exception which can handle JDK 1.4 Exceptions as well as others. }

また、 {@link org.apache.commons.lang.exception.ExceptionUtils} は Throwable を取り扱う処理、調査する処理を含みます。 {@primary Lastly, {@link org.apache.commons.lang.exception.ExceptionUtils} also contains Throwable manipulation and examination routines.}

@since 1.0 @translator 日置 聡 @status firstdraft @update 2003/09/04