#include <FITS.h>
Inheritance diagram for CCfits::FITS::OperationNotSupported:
Public Member Functions | |
OperationNotSupported (const String &msg, bool silent=true) |
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. |