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

CCfits::FITS::CantOpen Class Reference

thrown on failure to open existing file. More...

#include <FITS.h>

Inheritance diagram for CCfits::FITS::CantOpen::

Inheritance diagram
CCfits::FitsException List of all members.

Public Methods

 CantOpen (const string &diag, bool silent=false)

Detailed Description

thrown on failure to open existing file.


Constructor & Destructor Documentation

CCfits::FITS::CantOpen::CantOpen ( 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 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.

Parameters:
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.


The documentation for this class was generated from the following files:
Generated at Fri Apr 11 16:05:09 2003 for CCfits by doxygen1.2.7 written by Dimitri van Heesch, © 1997-2001