spring-framework / org.springframework.beans / NotReadablePropertyException

NotReadablePropertyException

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

Constructors

<init>

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.