Class InvalidDataFormatException

All Implemented Interfaces:
Serializable

public class InvalidDataFormatException extends UnsupportedOperationException
An exception that occurs when a DataFormat is unable to translate from a particular input.
See Also:
  • Constructor Details

    • InvalidDataFormatException

      public InvalidDataFormatException()
      Constructs a new InvalidDataFormatException.
    • InvalidDataFormatException

      public InvalidDataFormatException(String message)
      Constructs a new InvalidDataFormatException with a message.
      Parameters:
      message - The message to display with the exception
    • InvalidDataFormatException

      public InvalidDataFormatException(String message, Throwable cause)
      Constructs a new InvalidDataFormatException with the specified message and cause.
      Parameters:
      message - The exception message
      cause - The cause of this exception
    • InvalidDataFormatException

      public InvalidDataFormatException(Throwable cause)
      Constructs a new InvalidDataFormatException with the specified cause and a null message.
      Parameters:
      cause - The cause of this exception