| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||
| ↳ | org.springframework.beans.BeansException | |||||
| ↳ | org.springframework.beans.PropertyAccessException | |||||
Known Direct Subclasses
|
Known Indirect Subclasses
|
Superclass for exceptions related to a property access, such as type mismatch or invocation target exception.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new PropertyAccessException.
| |||||||||||
Create a new PropertyAccessException without PropertyChangeEvent.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the PropertyChangeEvent that resulted in the problem.
| |||||||||||
Return the name of the affected property, if available.
| |||||||||||
Return the affected value that was about to be set, if any.
| |||||||||||
|
[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
| |||||||||||
From interface
org.springframework.core.ErrorCoded
| |||||||||||
Create a new PropertyAccessException.
| propertyChangeEvent | the PropertyChangeEvent that resulted in the problem |
|---|---|
| msg | the detail message |
| cause | the root cause |
Create a new PropertyAccessException without PropertyChangeEvent.
| msg | the detail message |
|---|---|
| cause | the root cause |
Return the PropertyChangeEvent that resulted in the problem.
May be null; only available if an actual bean property
was affected.
Return the name of the affected property, if available.
Return the affected value that was about to be set, if any.