Class InvalidNullException

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).
See Also: