#include <FitsError.h>
Inheritance diagram for CCfits::FitsError:
Public Member Functions | |
FitsError (int errornum, bool silent=true) |
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 |