|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.jcs.utils.config.PropertySetterException
public class PropertySetterException
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.
| Field Summary | |
|---|---|
protected Throwable |
rootCause
Description of the Field |
| Constructor Summary | |
|---|---|
PropertySetterException(String msg)
Constructor for the PropertySetterException object |
|
PropertySetterException(Throwable rootCause)
Constructor for the PropertySetterException object |
|
| Method Summary | |
|---|---|
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 |
| Field Detail |
|---|
protected Throwable rootCause
| Constructor Detail |
|---|
public PropertySetterException(String msg)
msg - public PropertySetterException(Throwable rootCause)
rootCause - | Method Detail |
|---|
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||