public class NotReadablePropertyException extends InvalidPropertyException
Constructor and Description |
---|
NotReadablePropertyException(java.lang.Class<?> beanClass,
java.lang.String propertyName)
Create a new NotReadablePropertyException.
|
NotReadablePropertyException(java.lang.Class<?> beanClass,
java.lang.String propertyName,
java.lang.String msg)
Create a new NotReadablePropertyException.
|
NotReadablePropertyException(java.lang.Class<?> beanClass,
java.lang.String propertyName,
java.lang.String msg,
java.lang.Throwable cause)
Create a new NotReadablePropertyException.
|
getBeanClass, getPropertyName
contains, getMessage, getMostSpecificCause, getRootCause
public NotReadablePropertyException(java.lang.Class<?> beanClass, java.lang.String propertyName)
beanClass
- the offending bean classpropertyName
- the offending propertypublic NotReadablePropertyException(java.lang.Class<?> beanClass, java.lang.String propertyName, java.lang.String msg)
beanClass
- the offending bean classpropertyName
- the offending propertymsg
- the detail messagepublic NotReadablePropertyException(java.lang.Class<?> beanClass, java.lang.String propertyName, java.lang.String msg, java.lang.Throwable cause)
beanClass
- the offending bean classpropertyName
- the offending propertymsg
- the detail messagecause
- the root cause