Class NotReadablePropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
org.springframework.beans.FatalBeanException
org.springframework.beans.InvalidPropertyException
org.springframework.beans.NotReadablePropertyException
- All Implemented Interfaces:
- Serializable
Exception thrown on an attempt to get the value of a property
that isn't readable, because there's no getter method.
- Since:
- 1.0.2
- Author:
- Juergen Hoeller
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionNotReadablePropertyException(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.
- 
Method SummaryMethods inherited from class InvalidPropertyExceptiongetBeanClass, getPropertyNameMethods inherited from class NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NotReadablePropertyException
- 
NotReadablePropertyException
- 
NotReadablePropertyException
 
-