#include <FITS.h>
Inheritance diagram for CCfits::FITS::NoSuchHDU:
Public Member Functions | |
NoSuchHDU (const String &diag, bool silent=true) | |
Exception ctor, prefixes the string "FITS Error: Cannot read HDU in FITS file:" before the specific message. |
CCfits::FITS::NoSuchHDU::NoSuchHDU | ( | const String & | diag, | |
bool | silent = true | |||
) |
Exception ctor, prefixes the string "FITS Error: Cannot read HDU in FITS file:" before the specific message.
diag | A specific diagnostic message, usually the name of the extension whose read was attempted. | |
silent | if true, print message whether FITS::verboseMode is set or not. |
Exception to be thrown by failed seek operations