org.apache.jcs.config
Class PropertySetterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jcs.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
the PropertySetter
utility class.
- Since:
- 1.1
- Author:
- Anders Kristensen
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Throwable |
rootCause
Description of the Field |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Method Summary |
java.lang.String |
getMessage()
Returns descriptive text on the cause of this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
rootCause
protected java.lang.Throwable rootCause
- Description of the Field
PropertySetterException
public PropertySetterException(java.lang.String msg)
- Constructor for the PropertySetterException object
- Parameters:
msg
-
PropertySetterException
public PropertySetterException(java.lang.Throwable rootCause)
- Constructor for the PropertySetterException object
- Parameters:
rootCause
-
getMessage
public java.lang.String getMessage()
- Returns descriptive text on the cause of this exception.
- Returns:
- The message value