open class NotReadablePropertyException : InvalidPropertyException
Exception thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.
Author
Juergen Hoeller
Since
1.0.2
NotReadablePropertyException(beanClass: Class<*>, propertyName: String)NotReadablePropertyException(beanClass: Class<*>, propertyName: String, msg: String)NotReadablePropertyException(beanClass: Class<*>, propertyName: String, msg: String, cause: Throwable)
Create a new NotReadablePropertyException. |