25 #ifndef PHOTOMETRYPARSINGEXCEPTION_H_
26 #define PHOTOMETRYPARSINGEXCEPTION_H_
32 namespace SourceCatalog {
38 *
this <<
" ( Flux=" << flux <<
", Error=" << error <<
")";
43 *
this << context <<
" ( Flux=" << flux <<
", Error=" << error <<
")";
Exception(ExitCode e=ExitCode::NOT_OK)
const double & GetFlux() const
PhotometryParsingException(const char *message, const char *context, double flux, double error)
const double & GetError() const
PhotometryParsingException(const char *message, double flux, double error)
virtual ~PhotometryParsingException() noexcept