Elements 6.3.2
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
Elements::Exception Member List

This is the complete list of members for Elements::Exception, including all inherited members.

appendMessage(const T &message)Elements::Exception
Exception(ExitCode e=ExitCode::NOT_OK)Elements::Exceptionexplicit
Exception(const char *message, ExitCode e=ExitCode::NOT_OK)Elements::Exceptionexplicit
Exception(const std::string &message, ExitCode e=ExitCode::NOT_OK)Elements::Exceptionexplicit
Exception(const char *string_format, Args &&... args)Elements::Exceptionexplicit
Exception(const Exception &rhs)=defaultElements::Exception
exitCode() const noexceptElements::Exception
m_error_msgElements::Exceptionprotected
m_exit_codeElements::Exceptionprotected
what() const noexcept overrideElements::Exception
~Exception() noexceptElements::Exceptionvirtual