CCfits  2.6
Public Member Functions | List of all members
CCfits::HDU::NoNullValue Class Reference

exception to be thrown on seek errors for keywords. More...

#include <HDU.h>

Inheritance diagram for CCfits::HDU::NoNullValue:
Inheritance diagram CCfits::FitsException

Public Member Functions

 NoNullValue (const string &diag, bool silent=true)
 Exception ctor, prefixes the string "Fits Error: No Null Pixel Value specified for Image " before the specific message. More...
 
- Public Member Functions inherited from CCfits::FitsException
 FitsException (const string &msg, bool &silent)
 
const string & message () const
 returns the error message More...
 

Detailed Description

exception to be thrown on seek errors for keywords.

Constructor & Destructor Documentation

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

Exception ctor, prefixes the string "Fits Error: No Null Pixel Value specified for Image " before the specific message.

Parameters
diagA specific diagnostic message, the name of the HDU if not the primary.
silentif true, print message whether FITS::verboseMode is set or not.

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