org.apache.log4j.config
クラス PropertySetterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.log4j.config.PropertySetterException
すべての実装インタフェース:
Serializable

public class PropertySetterException
extends Exception

Thrown when an error is encountered whilst attempting to set a property using the PropertySetter utility class.

PropertySetter ユーティリティ・クラスを使用してプロパティを設定しようとしている間にエラーに遭遇した時スローされます。

導入されたバージョン:
1.1
作成者:
Anders Kristensen
関連項目:
直列化された形式

フィールドの概要
protected  Throwable rootCause
           
 
コンストラクタの概要
PropertySetterException(String msg)
           
PropertySetterException(Throwable rootCause)
           
 
メソッドの概要
 String getMessage()
          Returns descriptive text on the cause of this exception.
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

rootCause

protected Throwable rootCause
コンストラクタの詳細

PropertySetterException

public PropertySetterException(String msg)

PropertySetterException

public PropertySetterException(Throwable rootCause)
メソッドの詳細

getMessage

public String getMessage()
Returns descriptive text on the cause of this exception.

この例外の原因に関するする説明文を返します。

オーバーライド:
クラス Throwable 内の getMessage


Please notify me about new log4j releases.