eap.fits
Class NoSuchFitsHDUException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
eap.fits.FitsException
eap.fits.NoSuchFitsHDUException
- All Implemented Interfaces:
- Serializable
- public class NoSuchFitsHDUException
- extends FitsException
Thrown when the requested HDU is not present in the FITS file.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchFitsHDUException
public NoSuchFitsHDUException(String message)
- Create a new exception
- Parameters:
message - - a human-readable description of the problem.