lsst.meas.base g4f88e20838+b9ea34c7f9
|
Exception to be thrown when a measurement algorithm encounters a NaN or infinite pixel. 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 encounters a NaN or infinite pixel.
When caught by the plugin framework, this exception will generate a log message.
Definition at line 83 of file exceptions.h.