Package uk.ac.starlink.table
Class TableFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
uk.ac.starlink.table.TableFormatException
- All Implemented Interfaces:
Serializable
Exception thrown if a table handler fails to parse a table because it
does not match the format it can decode.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTableFormatException
(String message) TableFormatException
(String message, Throwable cause) TableFormatException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableFormatException
-
TableFormatException
public TableFormatException() -
TableFormatException
-
TableFormatException
-