public class NotReadablePropertyException extends InvalidPropertyException
| Constructor and Description | 
|---|
| NotReadablePropertyException(Class<?> beanClass,
                            String propertyName)Create a new NotReadablePropertyException. | 
| NotReadablePropertyException(Class<?> beanClass,
                            String propertyName,
                            String msg)Create a new NotReadablePropertyException. | 
| NotReadablePropertyException(Class<?> beanClass,
                            String propertyName,
                            String msg,
                            Throwable cause)Create a new NotReadablePropertyException. | 
getBeanClass, getPropertyNamecontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotReadablePropertyException(Class<?> beanClass, String propertyName)
beanClass - the offending bean classpropertyName - the offending propertypublic NotReadablePropertyException(Class<?> beanClass, String propertyName, String msg)
beanClass - the offending bean classpropertyName - the offending propertymsg - the detail messagepublic NotReadablePropertyException(Class<?> beanClass, String propertyName, String msg, Throwable cause)
beanClass - the offending bean classpropertyName - the offending propertymsg - the detail messagecause - the root cause