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

Constructor Summary
UnknownTableFormatException()
           
UnknownTableFormatException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownTableFormatException

public UnknownTableFormatException(String message)

UnknownTableFormatException

public UnknownTableFormatException()

Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.