Alexandria
2.18
Please provide a description of the project.
|
#include <PhotometryParsingException.h>
Public Member Functions | |
PhotometryParsingException (const char *message, double flux, double error) | |
virtual | ~PhotometryParsingException () noexcept |
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) | |
snprintf (message, len, stringFormat, std::forward< Args >(args)...) | |
virtual | ~Exception () noexcept=default |
const char * | what () const noexceptoverride |
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 | |
![]() | |
code | |
char * | message |
m_error_msg | |
delete[] | message |
![]() | |
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.
|
inlinevirtualnoexcept |
Definition at line 41 of file PhotometryParsingException.h.
|
inline |
Definition at line 46 of file PhotometryParsingException.h.
References m_error.
|
inline |
Definition at line 43 of file PhotometryParsingException.h.
References m_flux.
|
private |
Definition at line 52 of file PhotometryParsingException.h.
Referenced by GetError().
|
private |
Definition at line 51 of file PhotometryParsingException.h.
Referenced by GetFlux().