Package org.apache.log4j.config
Class PropertySetterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.log4j.config.PropertySetterException
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertySetterException extends java.lang.Exception
Thrown when an error is encountered whilst attempting to set a property using thePropertySetter
utility class.- Since:
- 1.1
- Author:
- Anders Kristensen
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Throwable
rootCause
-
Constructor Summary
Constructors Constructor Description PropertySetterException(java.lang.String msg)
PropertySetterException(java.lang.Throwable rootCause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
Returns descriptive text on the cause of this exception.
-