public class PropertySetterException
extends java.lang.Exception
Thrown when an error is encountered whilst attempting to set a property using the
PropertySetter
utility class.
Modifier and Type | Field and Description |
---|---|
protected java.lang.Throwable |
rootCause
Description of the Field
|
Constructor and Description |
---|
PropertySetterException(java.lang.String msg)
Constructor for the PropertySetterException object
|
PropertySetterException(java.lang.Throwable rootCause)
Constructor for the PropertySetterException object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns descriptive text on the cause of this exception.
|
public PropertySetterException(java.lang.String msg)
msg
- public PropertySetterException(java.lang.Throwable rootCause)
rootCause
- Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.