public class NotReadablePropertyException extends InvalidPropertyException
| 构造器和说明 |
|---|
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.
|
getBeanClass, getPropertyNamecontains, getMessage, getMostSpecificCause, getRootCausepublic 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 message