| CCfits
    2.4
    | 
Exception to be thrown on unmatched extension types. More...
#include <ExtHDU.h>
 
  
 | Public Member Functions | |
| WrongExtensionType (const String &msg, bool silent=true) | |
| Exception ctor, prefixes the string "Fits Error: wrong extension type" before the specific message. | |
Exception to be thrown on unmatched extension types.
This exception is to be thrown if the user requested a particular extension and it does not correspond to the expected type.
| CCfits::ExtHDU::WrongExtensionType::WrongExtensionType | ( | const String & | msg, | 
| bool | silent = true | ||
| ) | 
Exception ctor, prefixes the string "Fits Error: wrong extension type" before the specific message.
| msg | A specific diagnostic message | 
| silent | if true, print message whether FITS::verboseMode is set or not. | 
 1.7.5.1
 1.7.5.1