spring-framework / org.springframework.beans / NullValueInNestedPathException / <init>

<init>

NullValueInNestedPathException(beanClass: Class<*>, propertyName: String)

Create a new NullValueInNestedPathException.

Parameters

beanClass - the offending bean class

propertyName - the offending property

NullValueInNestedPathException(beanClass: Class<*>, propertyName: String, msg: String)

Create a new NullValueInNestedPathException.

Parameters

beanClass - the offending bean class

propertyName - the offending property

msg - the detail message

NullValueInNestedPathException(beanClass: Class<*>, propertyName: String, msg: String, cause: Throwable)

Create a new NullValueInNestedPathException.

Parameters

beanClass - the offending bean class

propertyName - the offending property

msg - the detail message

cause - the root cause

Since
4.3.2