| 
    CCfits 2.7
    
   | 
 
Exception thrown if a null value is specified without support from existing column header. More...
#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.   | |
  Public Member Functions inherited from CCfits::FitsException | |
| FitsException (const string &msg, bool &silent) | |
| const string & | message () const | 
| returns the error message   | |
Exception thrown if a null value is specified without support from existing column header.
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. |