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

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 Methods

 FitsError (int errornum, bool silent=true)

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 at Fri Apr 11 16:05:11 2003 for CCfits by doxygen1.2.7 written by Dimitri van Heesch, © 1997-2001