#include <HDU.h>
Inheritance diagram for CCfits::HDU::InvalidImageDataType:
Public Member Functions | |
InvalidImageDataType (const string &diag, bool silent=true) | |
Exception ctor, prefixes the string "Fits Error: Invalid Data Type for Image " before the specific message. |
CCfits::HDU::InvalidImageDataType::InvalidImageDataType | ( | const string & | diag, | |
bool | silent = true | |||
) |
Exception ctor, prefixes the string "Fits Error: Invalid Data Type for Image " before the specific message.
diag | A specific diagnostic message | |
silent | if true, print message whether FITS::verboseMode is set or not. |