Class InvalidFormatException

All Implemented Interfaces:
Serializable

public class InvalidFormatException extends MismatchedInputException
Specialized sub-class of MismatchedInputException that is used when the underlying problem appears to be that of bad formatting of a value to deserialize.
See Also:
  • Field Details

    • _value

      protected final Object _value
      Underlying value that could not be deserialized into target type, if available.
  • Constructor Details

  • Method Details