public class PropertySetterException
extends java.lang.Exception
PropertySetter
utility class.Modifier and Type | Field and Description |
---|---|
protected java.lang.Throwable |
rootCause |
private static long |
serialVersionUID |
Constructor and Description |
---|
PropertySetterException(java.lang.String msg) |
PropertySetterException(java.lang.Throwable rootCause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns descriptive text on the cause of this exception.
|
private static final long serialVersionUID
protected java.lang.Throwable rootCause