パッケージ
org.apache.commons.lang.exception の使用

org.apache.commons.lang.exception を使用しているパッケージ
org.apache.commons.lang 主に java.lang と他の標準的なコアクラスに対して機能を加える再利用性の高いユーティリティメソッドを提供します。  
org.apache.commons.lang.exception JDK 1.4 スタイルのネストされた例外の機能をJDK 1.4以前のバージョンで扱う機能を提供します。  
 

org.apache.commons.lang により使用される org.apache.commons.lang.exception のクラス
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableRuntimeException
          The base class of all runtime exceptions which can contain other exceptions.
 

org.apache.commons.lang.exception により使用される org.apache.commons.lang.exception のクラス
Nestable
          An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableDelegate
          A shared implementation of the nestable exception functionality.
 



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