CCfits::FitsError Class Reference
[FITS Exceptions]

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:
errornum The cfitsio status code produced by the error.
silent A boolean controlling the printing of messages

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

Generated on Wed Sep 9 11:59:45 2009 for CCfits by  doxygen 1.6.1