24#ifndef LSST_MEAS_BASE_exceptions_h_INCLUDED
25#define LSST_MEAS_BASE_exceptions_h_INCLUDED
52 : pex::exceptions::RuntimeError(message), _flagBit(flagBit) {}
61 virtual char const*
getType(
void)
const throw() {
return "lsst::meas::base::MeasurementError *"; };
#define LSST_EXCEPTION_TYPE(t, b, c)
#define LSST_EARGS_UNTYPED
Exception to be thrown when a measurement algorithm experiences a fatal error.
Exception to be thrown when a measurement algorithm experiences a known failure mode.
virtual lsst::pex::exceptions::Exception * clone(void) const
virtual char const * getType(void) const
MeasurementError(LSST_EARGS_TYPED, std::size_t flagBit)
Constructor; should only be invoked by the LSST_EXCEPT macro (see class docs)
std::size_t getFlagBit() const
Return the flag bit associated with the error.
MeasurementError(std::string const &message, std::size_t flagBit)
Constructor; should only be invoked from Python macro.
Exception to be thrown when a measurement algorithm encounters a NaN or infinite pixel.