CCfits
2.6
|
exception to be thrown if user requests creation of an image of type not supported by cfitsio. More...
#include <HDU.h>
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. More... | |
Public Member Functions inherited from CCfits::FitsException | |
FitsException (const string &msg, bool &silent) | |
const string & | message () const |
returns the error message More... | |
exception to be thrown if user requests creation of an image of type not supported by cfitsio.
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. |