#include <PhotometryParsingException.h>
|
| | PhotometryParsingException (const char *message, double flux, double error) |
| |
| | PhotometryParsingException (const char *message, const char *context, double flux, double error) |
| |
| | ~PhotometryParsingException () noexceptoverride=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) |
| |
| | 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) |
| |
| Euclid::SourceCatalog::PhotometryParsingException::PhotometryParsingException |
( |
const char * |
message, |
|
|
double |
flux, |
|
|
double |
error |
|
) |
| |
|
inlineexplicit |
| Euclid::SourceCatalog::PhotometryParsingException::PhotometryParsingException |
( |
const char * |
message, |
|
|
const char * |
context, |
|
|
double |
flux, |
|
|
double |
error |
|
) |
| |
|
inlineexplicit |
| Euclid::SourceCatalog::PhotometryParsingException::~PhotometryParsingException |
( |
| ) |
|
|
overridedefaultnoexcept |
| const double& Euclid::SourceCatalog::PhotometryParsingException::GetError |
( |
| ) |
const |
|
inline |
| const double& Euclid::SourceCatalog::PhotometryParsingException::GetFlux |
( |
| ) |
const |
|
inline |
| double Euclid::SourceCatalog::PhotometryParsingException::m_error |
|
private |
| double Euclid::SourceCatalog::PhotometryParsingException::m_flux |
|
private |
The documentation for this class was generated from the following file: