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:
- java.io.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
Constructor Summary |
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NotReadablePropertyException
public NotReadablePropertyException(java.lang.Class beanClass,
java.lang.String propertyName)
- Create a new NotReadablePropertyException.
- Parameters:
beanClass
- the offending bean classpropertyName
- the offending property
NotReadablePropertyException
public NotReadablePropertyException(java.lang.Class beanClass,
java.lang.String propertyName,
java.lang.String msg)
- Create a new NotReadablePropertyException.
- Parameters:
beanClass
- the offending bean classpropertyName
- the offending propertymsg
- the detail message