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.
|
getBeanClass, getPropertyName
equals, hashCode
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 message