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