CCfits  2.6
Public Member Functions | List of all members
CCfits::Column::RangeError Class Reference

exception to be thrown for inputs that cause range errors in column read operations. More...

#include <Column.h>

Inheritance diagram for CCfits::Column::RangeError:
Inheritance diagram CCfits::FitsException

Public Member Functions

 RangeError (const String &msg, bool silent=true)
 Exception ctor, prefixes the string "FitsError: Range error in operation " 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 to be thrown for inputs that cause range errors in column read operations.

Range errors here mean (last < first) in a request to read a range of rows.

Constructor & Destructor Documentation

CCfits::Column::RangeError::RangeError ( const String &  msg,
bool  silent = true 
)

Exception ctor, prefixes the string "FitsError: Range error in operation " before the specific message.

Parameters
msgA specific diagnostic message
silentif true, print message whether FITS::verboseMode is set or not.

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