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

CCfits::Column::InvalidRowNumber Class Reference

Exception thrown on attempting to read a row number beyond the end of a table. More...

#include <Column.h>

Inheritance diagram for CCfits::Column::InvalidRowNumber::

Inheritance diagram
CCfits::FitsException List of all members.

Public Methods

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

Detailed Description

Exception thrown on attempting to read a row number beyond the end of a table.


Constructor & Destructor Documentation

CCfits::Column::InvalidRowNumber::InvalidRowNumber ( const string & diag,
bool silent = true )
 

Exception ctor, prefixes the string "FitsError: Invalid Row Number - Column: " before the specific message.

Parameters:
diag   A specific diagnostic message, usually the column name.
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