|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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.NotWritablePropertyException
public class NotWritablePropertyException
Exception thrown on an attempt to set the value of a property that is not writable (typically because there is no setter method).
Constructor Summary | |
---|---|
NotWritablePropertyException(java.lang.Class beanClass,
java.lang.String propertyName)
Create a new NotWritablePropertyException. |
|
NotWritablePropertyException(java.lang.Class beanClass,
java.lang.String propertyName,
java.lang.String msg)
Create a new NotWritablePropertyException. |
|
NotWritablePropertyException(java.lang.Class beanClass,
java.lang.String propertyName,
java.lang.String msg,
java.lang.String[] possibleMatches)
Create a new NotWritablePropertyException. |
|
NotWritablePropertyException(java.lang.Class beanClass,
java.lang.String propertyName,
java.lang.String msg,
java.lang.Throwable cause)
Create a new NotWritablePropertyException. |
Method Summary | |
---|---|
java.lang.String[] |
getPossibleMatches()
Return suggestions for actual bean property names that closely match the invalid property name, if any. |
Methods inherited from class org.springframework.beans.InvalidPropertyException |
---|
getBeanClass, getPropertyName |
Methods inherited from class org.springframework.beans.BeansException |
---|
equals, hashCode |
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getMessage, getMostSpecificCause, getRootCause |
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 |
Constructor Detail |
---|
public NotWritablePropertyException(java.lang.Class beanClass, java.lang.String propertyName)
beanClass
- the offending bean classpropertyName
- the offending property namepublic NotWritablePropertyException(java.lang.Class beanClass, java.lang.String propertyName, java.lang.String msg)
beanClass
- the offending bean classpropertyName
- the offending property namemsg
- the detail messagepublic NotWritablePropertyException(java.lang.Class beanClass, java.lang.String propertyName, java.lang.String msg, java.lang.Throwable cause)
beanClass
- the offending bean classpropertyName
- the offending property namemsg
- the detail messagecause
- the root causepublic NotWritablePropertyException(java.lang.Class beanClass, java.lang.String propertyName, java.lang.String msg, java.lang.String[] possibleMatches)
beanClass
- the offending bean classpropertyName
- the offending property namemsg
- the detail messagepossibleMatches
- suggestions for actual bean property names
that closely match the invalid property nameMethod Detail |
---|
public java.lang.String[] getPossibleMatches()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |