lsst.meas.base
20.0.0-3-g750bffe+7a989609f2
|
Go to the documentation of this file.
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 *"; };
88 #endif // !LSST_MEAS_BASE_exceptions_h_INCLUDED
std::size_t getFlagBit() const
Return the flag bit associated with the error.
Exception to be thrown when a measurement algorithm experiences a known failure mode.
Exception to be thrown when a measurement algorithm experiences a fatal error.
virtual lsst::pex::exceptions::Exception * clone(void) const
#define LSST_EARGS_UNTYPED
MeasurementError(LSST_EARGS_TYPED, std::size_t flagBit)
Constructor; should only be invoked by the LSST_EXCEPT macro (see class docs)
Exception to be thrown when a measurement algorithm encounters a NaN or infinite pixel.
MeasurementError(std::string const &message, std::size_t flagBit)
Constructor; should only be invoked from Python macro.
virtual char const * getType(void) const
#define LSST_EXCEPTION_TYPE(t, b, c)