|
|||||||||||
| 前のパッケージ 次のパッケージ | フレームあり フレームなし | ||||||||||
参照:
説明
| インタフェースの概要 | |
| 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. |
JDK 1.4 スタイルのネストされた例外の機能をJDK 1.4以前のバージョンで扱う機能を提供します。
JDK 1.4 の例外を使ってバージョンに依存しないネストされた例外を作成する static ユーティリティを含みます。
また、 ExceptionUtils
は Throwable を取り扱う処理、調査する処理を含みます。
|
|||||||||||
| 前のパッケージ 次のパッケージ | フレームあり フレームなし | ||||||||||