|
Elements 6.3.4
A C++ base framework for the Euclid Software.
|
This is the complete list of members for Elements::OptionException, including all inherited members.
| appendMessage(const T &message) | Elements::Exception | |
| Exception(ExitCode e=ExitCode::NOT_OK) | Elements::Exception | explicit |
| Exception(const char *message, ExitCode e=ExitCode::NOT_OK) | Elements::Exception | explicit |
| Exception(const std::string &message, ExitCode e=ExitCode::NOT_OK) | Elements::Exception | explicit |
| Exception(const char *string_format, Args &&... args) | Elements::Exception | explicit |
| Exception(const Exception &rhs)=default | Elements::Exception | |
| exception(T... args) | std::exception | |
| exitCode() const noexcept | Elements::Exception | |
| m_error_msg | Elements::Exception | protected |
| m_exit_code | Elements::Exception | protected |
| operator=(T... args) | std::exception | |
| OptionException(const std::string &message="") | Elements::OptionException | inlineexplicit |
| what() const noexcept override | Elements::Exception | |
| std::exception::what(T... args) | std::exception | |
| ~Exception() noexcept | Elements::Exception | virtual |
| ~exception(T... args) | std::exception |