lsst.meas.base  20.0.0-4-gb4befbc+928dca1c48
Public Member Functions | List of all members
lsst::meas::base::FatalAlgorithmError Class Reference

Exception to be thrown when a measurement algorithm experiences a fatal error. More...

#include <exceptions.h>

Inheritance diagram for lsst::meas::base::FatalAlgorithmError:
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

Exception to be thrown when a measurement algorithm experiences a fatal error.

This error type causes the meas_base framework to throw completely out of the measurement loop which is run for each exposure, sourceCatalog pair.

Definition at line 76 of file exceptions.h.


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