Class PropertySetterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.jcs3.utils.config.PropertySetterException
- All Implemented Interfaces:
Serializable
This class is based on the log4j class org.apache.log4j.config.PropertySetter that was made by
Anders Kristensen
Thrown when an error is encountered whilst attempting to set a property using the
PropertySetter
utility class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the PropertySetterException objectPropertySetterException
(Throwable rootCause) Constructor for the PropertySetterException object -
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
-
Constructor Details
-
PropertySetterException
Constructor for the PropertySetterException object- Parameters:
msg
-
-
PropertySetterException
Constructor for the PropertySetterException object- Parameters:
rootCause
-
-
-
Method Details
-
getMessage
Returns descriptive text on the cause of this exception.- Overrides:
getMessage
in classThrowable
- Returns:
- The message value
-