Class TableFormatException

All Implemented Interfaces:
Serializable

public class TableFormatException extends IOException
Exception thrown if a table handler fails to parse a table because it does not match the format it can decode.
See Also:
  • Constructor Details

    • TableFormatException

      public TableFormatException(String message)
    • TableFormatException

      public TableFormatException()
    • TableFormatException

      public TableFormatException(String message, Throwable cause)
    • TableFormatException

      public TableFormatException(Throwable cause)