public class InvalidPropertyException extends FatalBeanException
Constructor and Description |
---|
InvalidPropertyException(Class beanClass,
String propertyName,
String msg)
Create a new InvalidPropertyException.
|
InvalidPropertyException(Class beanClass,
String propertyName,
String msg,
Throwable cause)
Create a new InvalidPropertyException.
|
Modifier and Type | Method and Description |
---|---|
Class |
getBeanClass()
Return the offending bean class.
|
String |
getPropertyName()
Return the name of the offending property.
|
equals, hashCode
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString