lsst.meas.base  20.0.0-2-gdaeb0e8+4eb38f796b
Public Member Functions | List of all members
lsst::meas::base::PixelValueError Class Reference

Exception to be thrown when a measurement algorithm encounters a NaN or infinite pixel. More...

#include <exceptions.h>

Inheritance diagram for lsst::meas::base::PixelValueError:
lsst::pex::exceptions::DomainError lsst::pex::exceptions::LogicError 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 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.


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