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

CCfits::Column::InvalidDataType Class Reference

Exception thrown for invalid data type inputs. More...

#include <Column.h>

Inheritance diagram for CCfits::Column::InvalidDataType::

Inheritance diagram
CCfits::FitsException List of all members.

Public Methods

 InvalidDataType (const string &str="", bool silent=true)

Detailed Description

Exception thrown for invalid data type inputs.

This exception is thrown if the user requests an implicit data type conversion to a datatype that is not one of the supported types (see fitsio.h for details).


Constructor & Destructor Documentation

CCfits::Column::InvalidDataType::InvalidDataType ( const string & str = "",
bool silent = true )
 

Exception ctor, prefixes the string "FitsError: Incorrect data type: " before the specific message.

Parameters:
str   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:11 2003 for CCfits by doxygen1.2.7 written by Dimitri van Heesch, © 1997-2001