CCfits  2.6
Public Member Functions | List of all members
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

Public Member Functions

 InvalidRowNumber (const String &diag, bool silent=true)
 Exception ctor, prefixes the string "FitsError: Invalid Row Number - Column: " before the specific message. More...
 
- Public Member Functions inherited from CCfits::FitsException
 FitsException (const string &msg, bool &silent)
 
const string & message () const
 returns the error message More...
 

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
diagA specific diagnostic message, usually the column name.
silentif true, print message whether FITS::verboseMode is set or not.

The documentation for this class was generated from the following files: