eap.fits
Class NoSuchFitsCardException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
eap.fits.FitsException
eap.fits.FitsCardException
eap.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchFitsCardException
public NoSuchFitsCardException(String message)
- Create a new exception
- Parameters:
message - - a human-readable description of the problem.