パッケージ 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以前のバージョンで扱う機能を提供します。

Provides JDK 1.4 style Nested Exception functionality for those on prior Java versions.

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

Includes a static utility to create version independent Nested Exception which can handle JDK 1.4 Exceptions as well as others.

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

Lastly, {@link org.apache.commons.lang.exception.ExceptionUtils} also contains Throwable manipulation and examination routines.

導入されたバージョン:
1.0
翻訳者:
日置 聡
翻訳状況:
初稿(校正者募集中)
翻訳更新日:
2003/09/04


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