| 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 | ||||||
Known Direct Subclasses
|
Exception thrown when referring to an invalid bean property. Carries the offending bean class and property name.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new InvalidPropertyException.
| |||||||||||
Create a new InvalidPropertyException.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the offending bean class.
| |||||||||||
Return the name of the offending property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.beans.BeansException
| |||||||||||
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create a new InvalidPropertyException.
| beanClass | the offending bean class |
|---|---|
| propertyName | the offending property |
| msg | the detail message |
Create a new InvalidPropertyException.
| beanClass | the offending bean class |
|---|---|
| propertyName | the offending property |
| msg | the detail message |
| cause | the root cause |