public class PropertySetterException extends Exception
Thrown when an error is encountered whilst attempting to set a property using the
PropertySetterutility class.
| Constructor and Description |
|---|
PropertySetterException(String msg)
Constructor for the PropertySetterException object
|
PropertySetterException(Throwable rootCause)
Constructor for the PropertySetterException object
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns descriptive text on the cause of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertySetterException(String msg)
msg - public PropertySetterException(Throwable rootCause)
rootCause - public String getMessage()
getMessage in class ThrowableCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.