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

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

[訳者コメント:
このクラス、利用意図が不明です。lang 内で使用されている個所はないようですが・・・]
Thrown when it is impossible or undesirable to consume or throw a checked exception.

導入されたバージョン:
2.0
バージョン:
$Id: UnhandledException.java,v 1.1.1.1 2004/02/13 10:02:05 hioki Exp $
作成者:
Matthew Hawthorne
関連項目:
直列化された形式
翻訳者:
日置 聡
翻訳状況:
初稿(校正者募集中)
翻訳更新日:
2003/09/04

フィールドの概要
 
クラス 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)
原因を指定して例外を生成します。
Constructs the exception using a cause.

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

UnhandledException

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

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


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