eap.fits
Class NoSuchFitsCardException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byeap.fits.FitsException
                  extended byeap.fits.FitsCardException
                      extended byeap.fits.NoSuchFitsCardException
All Implemented Interfaces:
Serializable

public class NoSuchFitsCardException
extends eap.fits.FitsCardException

Thrown when the requested header card is not present.

See Also:
Serialized Form

Constructor Summary
NoSuchFitsCardException(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

NoSuchFitsCardException

public NoSuchFitsCardException(String message)
Create a new exception

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