CCfits
2.6
|
exception thrown by HDU retrieval methods. More...
#include <FITS.h>
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. More... | |
Public Member Functions inherited from CCfits::FitsException | |
FitsException (const string &msg, bool &silent) | |
const string & | message () const |
returns the error message More... | |
exception thrown by HDU retrieval methods.
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