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
- 関連項目:
- 直列化された形式
|
メソッドの概要 |
String |
getMessage()
Returns descriptive text on the cause of this exception.
|
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.