public class NotReadablePropertyException extends InvalidPropertyException
| 构造器和说明 |
|---|
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, getRootCausepublic 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