#include <FITS.h>
Inheritance diagram for CCfits::FITS::CantCreate::
Public Methods | |
CantCreate (const string &diag, bool silent=false) |
|
Exception ctor prefixes the string: "FITS Error: Cannot create file " before specific message.
This exception will be thrown if the user attempts to write to a protected directory or attempts to create a new file with the same name as an existing file without specifying overwrite [overwrite is specified by adding the character '!' before the filename, following the cfitsio convention].
|