Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include <PhotometryParsingException.h>
Public Member Functions | |
PhotometryParsingException (const char *message, double flux, double error) | |
PhotometryParsingException (const char *message, const char *context, double flux, double error) | |
~PhotometryParsingException () noexcept override=default | |
const double & | GetFlux () const |
const double & | GetError () const |
![]() | |
Exception (ExitCode e=ExitCode::NOT_OK) | |
Exception (const char *message, ExitCode e=ExitCode::NOT_OK) | |
Exception (const std::string &message, ExitCode e=ExitCode::NOT_OK) | |
Exception (const char *stringFormat, Args &&... args) | |
virtual | ~Exception () noexcept=default |
const char * | what () const noexcept override |
ExitCode | exitCode () const noexcept |
void | appendMessage (const T &message) |
![]() | |
T | what (T... args) |
T | ~exception (T... args) |
T | operator= (T... args) |
T | exception (T... args) |
Private Attributes | |
double | m_flux |
double | m_error |
Additional Inherited Members | |
![]() | |
std::string | m_error_msg |
const ExitCode | m_exit_code |
Definition at line 34 of file PhotometryParsingException.h.
|
inlineexplicit |
Definition at line 36 of file PhotometryParsingException.h.
|
inlineexplicit |
Definition at line 41 of file PhotometryParsingException.h.
|
overridedefaultnoexcept |
Definition at line 51 of file PhotometryParsingException.h.
References m_error.
Definition at line 48 of file PhotometryParsingException.h.
References m_flux.
|
private |
Definition at line 57 of file PhotometryParsingException.h.
Referenced by GetError().
|
private |
Definition at line 56 of file PhotometryParsingException.h.
Referenced by GetFlux().