All Implemented Interfaces:
Serializable

public class InvalidNullException extends MismatchedInputException
Exception thrown if a `null` value is being encountered for a property designed as "fail on null" property (see JsonSetter).
Since:
2.9
See Also: