#include <Column.h>
Inheritance diagram for CCfits::Column::RangeError:
Public Member Functions | |
RangeError (const String &msg, bool silent=true) | |
Exception ctor, prefixes the string "FitsError: Range error in operation " before the specific message. |
Range errors here mean (last < first) in a request to read a range of rows.
CCfits::Column::RangeError::RangeError | ( | const String & | msg, | |
bool | silent = true | |||
) |
Exception ctor, prefixes the string "FitsError: Range error in operation " before the specific message.
msg | A specific diagnostic message | |
silent | if true, print message whether FITS::verboseMode is set or not. |