25#ifndef PHOTOMETRYPARSINGEXCEPTION_H_
26#define PHOTOMETRYPARSINGEXCEPTION_H_
28#include "ElementsKernel/Exception.h"
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)
~PhotometryParsingException() noexcept override=default