org.apache.commons.lang
クラス UnhandledException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.lang.RuntimeException
              拡張org.apache.commons.lang.exception.NestableRuntimeException
                  拡張org.apache.commons.lang.UnhandledException
すべての実装インタフェース:
Nestable, Serializable

public class UnhandledException
extends NestableRuntimeException

処理することが不可能または不適当とみなされた場合、またはチェック処理の例外時に投げられます。

導入されたバージョン:
2.0
バージョン:
$Id: UnhandledException.java,v 1.1.1.1 2004/02/13 10:02:05 hioki Exp $
作成者:
Matthew Hawthorne
関連項目:
直列化された形式
翻訳者:
日置 聡

フィールドの概要
 
クラス org.apache.commons.lang.exception.NestableRuntimeException から継承したフィールド
delegate
 
コンストラクタの概要
UnhandledException(String message, Throwable cause)
          メッセージと原因を指定して例外を生成します。
UnhandledException(Throwable cause)
          原因を指定して例外を生成します。
 
クラス org.apache.commons.lang.exception.NestableRuntimeException から継承したメソッド
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

UnhandledException

public UnhandledException(Throwable cause)
原因を指定して例外を生成します。

パラメータ:
cause - 内部に保持される原因

UnhandledException

public UnhandledException(String message,
                          Throwable cause)
メッセージと原因を指定して例外を生成します。

パラメータ:
message - 設定されるメッセージ
cause - 内部に保持される原因


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