パッケージ org.apache.commons.lang.exception

JDK 1.4 スタイルのネストされた例外の機能をJDK 1.4以前のバージョンで扱う機能を提供します。

参照:
          説明

インタフェースの概要
Nestable An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
 

クラスの概要
ExceptionUtils Provides utilities for manipulating and examining Throwable objects.
NestableDelegate A shared implementation of the nestable exception functionality.
 

例外の概要
NestableException The base class of all exceptions which can contain other exceptions.
NestableRuntimeException The base class of all runtime exceptions which can contain other exceptions.
 

エラーの概要
NestableError The base class of all errors which can contain other exceptions.
 

パッケージ org.apache.commons.lang.exception の説明

JDK 1.4 スタイルのネストされた例外の機能をJDK 1.4以前のバージョンで扱う機能を提供します。

JDK 1.4 の例外を使ってバージョンに依存しないネストされた例外を作成する static ユーティリティを含みます。

また、 ExceptionUtilsThrowable を取り扱う処理、調査する処理を含みます。

導入されたバージョン:
1.0
翻訳者:
日置 聡


このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation