CCfits  2.7
Public Member Functions
CCfits::HDU::InvalidExtensionType Class Reference

exception to be thrown if user requests extension type that can not be understood as ImageExt, AsciiTable or BinTable. More...

#include <HDU.h>

Inheritance diagram for CCfits::HDU::InvalidExtensionType:
Inheritance diagram CCfits::FitsException

List of all members.

Public Member Functions

 InvalidExtensionType (const string &diag, bool silent=true)
 Exception ctor, prefixes the string "Fits Error: Extension Type: " before the specific message.

Detailed Description

exception to be thrown if user requests extension type that can not be understood as ImageExt, AsciiTable or BinTable.


Constructor & Destructor Documentation

CCfits::HDU::InvalidExtensionType::InvalidExtensionType ( const string &  diag,
bool  silent = true 
)

Exception ctor, prefixes the string "Fits Error: Extension Type: " before the specific message.

Parameters:
diagA specific diagnostic message
silentif true, print message whether FITS::verboseMode is set or not.

The documentation for this class was generated from the following files: