Elements
5.8
A C++ base framework for the Euclid Software.
|
This is the complete list of members for Elements::Exception, including all inherited members.
appendMessage(const T &message) | Elements::Exception | inline |
code | Elements::Exception | |
Exception(ExitCode e=ExitCode::NOT_OK) | Elements::Exception | inlineexplicit |
Exception(const char *message, ExitCode e=ExitCode::NOT_OK) | Elements::Exception | inlineexplicit |
Exception(const std::string &message, ExitCode e=ExitCode::NOT_OK) | Elements::Exception | inlineexplicit |
Exception(const char *stringFormat, Args &&...args) | Elements::Exception | inlineexplicit |
exception(T...args) | std::exception | |
exitCode() const noexcept | Elements::Exception | inline |
m_error_msg | Elements::Exception | |
m_error_msg | Elements::Exception | protected |
m_exit_code | Elements::Exception | protected |
message | Elements::Exception | |
message | Elements::Exception | |
operator=(T...args) | std::exception | |
snprintf(message, len, stringFormat, std::forward< Args >(args)...) | Elements::Exception | |
what() const noexceptoverride | Elements::Exception | inline |
std::exception::what(T...args) | std::exception | |
~Exception() noexcept=default | Elements::Exception | virtual |
~exception(T...args) | std::exception |