25#ifndef PHOTOMETRYPARSINGEXCEPTION_H_
26#define PHOTOMETRYPARSINGEXCEPTION_H_
32namespace SourceCatalog {
38 *
this <<
" ( Flux=" << flux <<
", Error=" << error <<
")";
43 *
this <<
context <<
" ( Flux=" << flux <<
", Error=" << error <<
")";
Exception(ExitCode e=ExitCode::NOT_OK)
Store the Right Ascension (Ra) and Delination (Dec) of a source in decimal degrees,...
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