CCfits
2.6
|
thrown for unsupported operations, such as attempted to select rows from an image extension. More...
#include <FITS.h>
Public Member Functions | |
OperationNotSupported (const String &msg, bool silent=true) | |
Exception ctor, prefixes the string "FITS Error: Operation not supported:" 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... | |
thrown for unsupported operations, such as attempted to select rows from an image extension.
CCfits::FITS::OperationNotSupported::OperationNotSupported | ( | const String & | msg, |
bool | silent = true |
||
) |
Exception ctor, prefixes the string "FITS Error: Operation not supported:" before the specific message.
msg | A specific diagnostic message. |
silent | if true, print message whether FITS::verboseMode is set or not. |