|
Alexandria
2.19
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 |
Public Member Functions inherited from Elements::Exception | |
| 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) |
Public Member Functions inherited from std::exception | |
| 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 | |
Public Attributes inherited from Elements::Exception | |
| code | |
| char * | message |
| m_error_msg | |
| delete[] | message |
Protected Attributes inherited from Elements::Exception | |
| 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().
1.8.5