lsst.afw  21.0.0-46-g27369044f+532d44eec1
Public Member Functions | List of all members
lsst::afw::fits::FitsTypeError Class Reference

An exception thrown when a FITS file has the wrong type. More...

#include <fits.h>

Inheritance diagram for lsst::afw::fits::FitsTypeError:
lsst::afw::fits::FitsError lsst::pex::exceptions::IoError lsst::pex::exceptions::RuntimeError lsst::pex::exceptions::Exception std::exception

Public Member Functions

void addMessage (char const *file, int line, char const *func, std::string const &message)
 
Traceback const & getTraceback (void) const noexcept
 
virtual std::ostreamaddToStream (std::ostream &stream) const
 
virtual char const * what (void) const noexcept
 
what (T... args)
 
virtual char const * getType (void) const noexcept
 
virtual Exceptionclone (void) const
 

Detailed Description

An exception thrown when a FITS file has the wrong type.

Definition at line 41 of file fits.h.


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