Class BadFormatException

All Implemented Interfaces:
Serializable

public class BadFormatException extends ValidationException
Class representing errors in format encountered when trying to read data from a serialised form.
See Also:
Serialized Form
  • Constructor Details

    • BadFormatException

      public BadFormatException(String message)
    • BadFormatException

      public BadFormatException(String message, Throwable cause)