lsst.meas.base gc76e4e2a6e+d465fdd76a
|
Exception to be thrown when a measurement algorithm experiences a fatal error. More...
#include <exceptions.h>
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::ostream & | addToStream (std::ostream &stream) const |
virtual char const * | what (void) const noexcept |
T | what (T... args) |
virtual char const * | getType (void) const noexcept |
virtual Exception * | clone (void) const |
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.