Elements 6.3.1
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
exception(T... args)std::exception
exitCode() const noexceptElements::Exception
m_error_msgElements::Exceptionprotected
m_exit_codeElements::Exceptionprotected
operator=(T... args)std::exception
what() const noexcept overrideElements::Exception
std::exception::what(T... args)std::exception
~Exception() noexceptElements::Exceptionvirtual
~exception(T... args)std::exception