Package org.apache.log4j.config
Class PropertySetterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.log4j.config.PropertySetterException
- All Implemented Interfaces:
Serializable
Thrown when an error is encountered whilst attempting to set a property
using the
PropertySetter
utility class.- Since:
- 1.1
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstruct the exception with the given message.PropertySetterException
(Throwable rootCause) Construct the exception with the given root cause. -
Method Summary
Modifier and TypeMethodDescriptionReturns descriptive text on the cause of this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
rootCause
The root cause.
-
-
Constructor Details
-
PropertySetterException
Construct the exception with the given message.- Parameters:
msg
- The message
-
PropertySetterException
Construct the exception with the given root cause.- Parameters:
rootCause
- The root cause
-
-
Method Details
-
getMessage
Returns descriptive text on the cause of this exception.- Overrides:
getMessage
in classThrowable
- Returns:
- the descriptive text.
-