uk.ac.starlink.table
Class UnknownTableFormatException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--uk.ac.starlink.table.UnknownTableFormatException
- All Implemented Interfaces:
- Serializable
- public class UnknownTableFormatException
- extends IOException
Exception thrown if no table handler exists to make a StarTable
out of a given item.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownTableFormatException
public UnknownTableFormatException(String message)
UnknownTableFormatException
public UnknownTableFormatException()