org.springframework.beans
Class NullValueInNestedPathException
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
- All Implemented Interfaces:
- java.io.Serializable
public class NullValueInNestedPathException
- extends InvalidPropertyException
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.
- Author:
- Rod Johnson
- See Also:
- Serialized Form
Constructor Summary |
NullValueInNestedPathException(java.lang.Class beanClass,
java.lang.String propertyName)
Create a new NullValueInNestedPathException. |
NullValueInNestedPathException(java.lang.Class beanClass,
java.lang.String propertyName,
java.lang.String msg)
Create a new NullValueInNestedPathException. |
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 |
NullValueInNestedPathException
public NullValueInNestedPathException(java.lang.Class beanClass,
java.lang.String propertyName)
- Create a new NullValueInNestedPathException.
- Parameters:
beanClass
- the offending bean classpropertyName
- the offending property
NullValueInNestedPathException
public NullValueInNestedPathException(java.lang.Class beanClass,
java.lang.String propertyName,
java.lang.String msg)
- Create a new NullValueInNestedPathException.
- Parameters:
beanClass
- the offending bean classpropertyName
- the offending propertymsg
- the detail message