CCfits
2.7
|
exception to be thrown if user requests extension type that can not be understood as ImageExt, AsciiTable or BinTable. More...
#include <HDU.h>
Public Member Functions | |
InvalidExtensionType (const string &diag, bool silent=true) | |
Exception ctor, prefixes the string "Fits Error: Extension Type: " before the specific message. |
exception to be thrown if user requests extension type that can not be understood as ImageExt, AsciiTable or BinTable.
CCfits::HDU::InvalidExtensionType::InvalidExtensionType | ( | const string & | diag, |
bool | silent = true |
||
) |
Exception ctor, prefixes the string "Fits Error: Extension Type: " before the specific message.
diag | A specific diagnostic message |
silent | if true, print message whether FITS::verboseMode is set or not. |