public NullValueInNestedPathException(Class beanClass, String propertyName)(Code)
Create a new NullValueInNestedPathException.
Parameters: beanClass - the offending bean class Parameters: propertyName - the offending property
NullValueInNestedPathException
public NullValueInNestedPathException(Class beanClass, String propertyName, String msg)(Code)
Create a new NullValueInNestedPathException.
Parameters: beanClass - the offending bean class Parameters: propertyName - the offending property Parameters: msg - the detail message
Methods inherited from org.springframework.beans.InvalidPropertyException