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

CCfits::FITS::OperationNotSupported Class Reference

thrown for unsupported operations, such as attempted to select rows from an image extension. More...

#include <FITS.h>

Inheritance diagram for CCfits::FITS::OperationNotSupported::

Inheritance diagram
CCfits::FitsException List of all members.

Public Methods

 OperationNotSupported (const string &msg, bool silent=true)

Detailed Description

thrown for unsupported operations, such as attempted to select rows from an image extension.


Constructor & Destructor Documentation

CCfits::FITS::OperationNotSupported::OperationNotSupported ( const string & msg,
bool silent = true )
 

Exception ctor, prefixes the string "FITS Error: Operation not supported:" before the specific message.

Parameters:
msg   A specific diagnostic message.
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:12 2003 for CCfits by doxygen1.2.7 written by Dimitri van Heesch, © 1997-2001