public class NullValueInNestedPathException extends InvalidPropertyException
For example, navigating "spouse.age" could fail because the spouse property of the target object has a null value.
| Constructor and Description | 
|---|
NullValueInNestedPathException(Class<?> beanClass,
                              String propertyName)
Create a new NullValueInNestedPathException. 
 | 
NullValueInNestedPathException(Class<?> beanClass,
                              String propertyName,
                              String msg)
Create a new NullValueInNestedPathException. 
 | 
getBeanClass, getPropertyNameequals, hashCodecontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString