org.springframework.beans
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
public class NotReadablePropertyException
- extends InvalidPropertyException
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:
- Serialized Form
NotReadablePropertyException
public NotReadablePropertyException(Class beanClass,
String propertyName)
- Create a new NotReadablePropertyException.
- Parameters:
beanClass
- the offending bean classpropertyName
- the offending property
NotReadablePropertyException
public NotReadablePropertyException(Class beanClass,
String propertyName,
String msg)
- Create a new NotReadablePropertyException.
- Parameters:
beanClass
- the offending bean classpropertyName
- the offending propertymsg
- the detail message