#include <HDU.h>
Inheritance diagram for CCfits::HDU::InvalidExtensionType:
Public Member Functions | |
InvalidExtensionType (const string &diag, bool silent=true) |
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. |