| 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.NullValueInNestedPathException | |||||||
Exception thrown when navigation of a valid nested property path encounters a NullPointerException.
For example, navigating "spouse.age" could fail because the spouse property of the target object has a null value.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new NullValueInNestedPathException.
| |||||||||||
Create a new NullValueInNestedPathException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.beans.InvalidPropertyException
| |||||||||||
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 NullValueInNestedPathException.
| beanClass | the offending bean class |
|---|---|
| propertyName | the offending property |
Create a new NullValueInNestedPathException.
| beanClass | the offending bean class |
|---|---|
| propertyName | the offending property |
| msg | the detail message |