NullValueInNestedPathException(beanClass: Class<*>, propertyName: String)
Create a new NullValueInNestedPathException.
beanClass - the offending bean class
propertyName - the offending property
NullValueInNestedPathException(beanClass: Class<*>, propertyName: String, msg: String)
Create a new NullValueInNestedPathException.
beanClass - the offending bean class
propertyName - the offending property
NullValueInNestedPathException(beanClass: Class<*>, propertyName: String, msg: String, cause: Throwable)
Create a new NullValueInNestedPathException.
beanClass - the offending bean class
propertyName - the offending property
Since
4.3.2