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
 PropertySetterutility class.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor for the PropertySetterException objectPropertySetterException(Throwable rootCause) Constructor for the PropertySetterException object
- 
Method SummaryModifier and TypeMethodDescriptionReturns descriptive text on the cause of this exception.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PropertySetterExceptionConstructor for the PropertySetterException object- Parameters:
- msg-
 
- 
PropertySetterExceptionConstructor for the PropertySetterException object- Parameters:
- rootCause-
 
 
- 
- 
Method Details- 
getMessageReturns descriptive text on the cause of this exception.- Overrides:
- getMessagein class- Throwable
- Returns:
- The message value
 
 
-