Class InvalidFormatException

All Implemented Interfaces:
Serializable

public class InvalidFormatException extends IOException
This exception indicates that a resource violates the expected data format.
See Also:
  • Constructor Details

    • InvalidFormatException

      public InvalidFormatException(String message)
    • InvalidFormatException

      public InvalidFormatException(Throwable t)
    • InvalidFormatException

      public InvalidFormatException(String message, Throwable t)