Elements
6.2
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 |
exception(T... args) | std::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 |
exitCode() const noexcept | Elements::Exception | inline |
m_error_msg | Elements::Exception | protected |
m_exit_code | Elements::Exception | protected |
operator=(T... args) | std::exception | |
what() const noexcept override | Elements::Exception | inline |
std::exception::what(T... args) | std::exception | |
~Exception() noexcept=default | Elements::Exception | virtual |
~exception(T... args) | std::exception |