Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Related Pages  

CCfits::Column::NoNullValue Class Reference

Exception thrown if a null value is specified without support from existing column header. More...

#include <Column.h>

Inheritance diagram for CCfits::Column::NoNullValue::

Inheritance diagram
CCfits::FitsException List of all members.

Public Methods

 NoNullValue (const string &diag, bool silent=true)

Detailed Description

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).


Constructor & Destructor Documentation

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.

Parameters:
diag   A specific diagnostic message
silent   if true, print message whether FITS::verboseMode is set or not.


The documentation for this class was generated from the following files:
Generated at Fri Apr 11 16:05:12 2003 for CCfits by doxygen1.2.7 written by Dimitri van Heesch, © 1997-2001