Class InvalidDataFormatException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • InvalidDataFormatException

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

        public InvalidDataFormatException​(java.lang.String message,
                                          java.lang.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​(java.lang.Throwable cause)
        Constructs a new InvalidDataFormatException with the specified cause and a null message.
        Parameters:
        cause - The cause of this exception