#include <FITS.h>
Inheritance diagram for CCfits::FITS::CantOpen:
Public Member Functions | |
CantOpen (const String &diag, bool silent=true) |
CCfits::FITS::CantOpen::CantOpen | ( | const String & | diag, | |
bool | silent = true | |||
) |
Exception ctor prefixes the string: "FITS Error: Cannot create file " before specific message.
This exception will be thrown if users attempt to open an existing file for write access to which they do not have permission, or of course if the file does not exist.
diag | A specific diagnostic message, the name of the file that was to be created. | |
silent | if true, print message whether FITS::verboseMode is set or not. |