eap.fits
Class FitsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byeap.fits.FitsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
eap.fits.FitsCardException, NoSuchFitsHDUException

public class FitsException
extends IOException

Thrown when there is a problem with the FITS format.

See Also:
Serialized Form

Constructor Summary
FitsException(String message)
          Create a new exception
 
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

FitsException

public FitsException(String message)
Create a new exception

Parameters:
message - - a human-readable description of the problem.