| 
    CCfits 2.7
    
   | 
 
exception to be thrown on seek errors for keywords. More...
#include <HDU.h>
  
Public Member Functions | |
| NoSuchKeyword (const string &diag, bool silent=true) | |
| Exception ctor, prefixes the string "Fits Error: Keyword not found:  " before the specific message.   | |
  Public Member Functions inherited from CCfits::FitsException | |
| FitsException (const string &msg, bool &silent) | |
| const string & | message () const | 
| returns the error message   | |
exception to be thrown on seek errors for keywords.
| CCfits::HDU::NoSuchKeyword::NoSuchKeyword | ( | const string & | diag, | 
| bool | silent = true  | 
        ||
| ) | 
Exception ctor, prefixes the string "Fits Error: Keyword not found: " before the specific message.
| diag | A specific diagnostic message, usually the name of the keyword requested. | 
| silent | if true, print message whether FITS::verboseMode is set or not. |