public class PropertySetterException
extends java.lang.Exception
PropertySetter
utility class.Modifier and Type | Field and Description |
---|---|
protected java.lang.Throwable |
rootCause
The root cause.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
PropertySetterException(java.lang.String msg)
Construct the exception with the given message.
|
PropertySetterException(java.lang.Throwable rootCause)
Construct the exception with the given root cause.
|
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
public PropertySetterException(java.lang.String msg)
msg
- The messagepublic PropertySetterException(java.lang.Throwable rootCause)
rootCause
- The root cause