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:
java.io.Serializable
public class TableFormatException extends java.io.IOException
Exception thrown if a table handler fails to parse a table because it does not match the format it can decode.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableFormatException()
TableFormatException(java.lang.String message)
TableFormatException(java.lang.String message, java.lang.Throwable cause)
TableFormatException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
TableFormatException
public TableFormatException(java.lang.String message)
-
TableFormatException
public TableFormatException()
-
TableFormatException
public TableFormatException(java.lang.String message, java.lang.Throwable cause)
-
TableFormatException
public TableFormatException(java.lang.Throwable cause)
-
-