CCfits  2.7
Public Member Functions
CCfits::FitsError Class Reference

FitsError is the exception thrown by non-zero cfitsio status codes. More...

#include <FitsError.h>

Inheritance diagram for CCfits::FitsError:
Inheritance diagram CCfits::FitsException

List of all members.

Public Member Functions

 FitsError (int errornum, bool silent=true)
 ctor for cfitsio exception: translates status code into cfitsio error message

Detailed Description

FitsError is the exception thrown by non-zero cfitsio status codes.


Constructor & Destructor Documentation

CCfits::FitsError::FitsError ( int  errornum,
bool  silent = true 
)

ctor for cfitsio exception: translates status code into cfitsio error message

The exception prefixes the string "Fits Error: " to the message printed by cfitsio.

Parameters:
errornumThe cfitsio status code produced by the error.
silentA boolean controlling the printing of messages

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