| CCfits
    2.6
    | 
FitsError is the exception thrown by non-zero cfitsio status codes. More...
#include <FitsError.h>
 
  
 | Public Member Functions | |
| FitsError (int errornum, bool silent=true) | |
| ctor for cfitsio exception: translates status code into cfitsio error message  More... | |
|  Public Member Functions inherited from CCfits::FitsException | |
| FitsException (const string &msg, bool &silent) | |
| const string & | message () const | 
| returns the error message  More... | |
FitsError is the exception thrown by non-zero cfitsio status codes.
| 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.
| errornum | The cfitsio status code produced by the error. | 
| silent | A boolean controlling the printing of messages | 
 1.8.5
 1.8.5