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

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:
Serialized Form

Constructor Summary
TableFormatException()
           
TableFormatException(String message)
           
TableFormatException(String message, Throwable cause)
           
TableFormatException(Throwable cause)
           
 
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

TableFormatException

public TableFormatException(String message)

TableFormatException

public TableFormatException()

TableFormatException

public TableFormatException(String message,
                            Throwable cause)

TableFormatException

public TableFormatException(Throwable cause)

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