#include <Column.h>
Public Member Functions | |
NoNullValue (const String &diag, bool silent=true) | |
Exception ctor, prefixes the string "Fits Error: No null value specified for column: " before the specific message. |
This exception is analogous to the fact that cfitsio returns a non-zero status code if TNULLn doesn't exist an a null value (convert all input data with the null value to the TNULLn keyword) is specified. It is only relevant for integer type data (see cfitsio manual for details).
CCfits::Column::NoNullValue::NoNullValue | ( | const String & | diag, | |
bool | silent = true | |||
) |
Exception ctor, prefixes the string "Fits Error: No null value specified for column: " before the specific message.
diag | A specific diagnostic message | |
silent | if true, print message whether FITS::verboseMode is set or not. |