Alexandria 2.32.0
SDC-CH common library for the Euclid project
|
#include <interpolation.h>
Public Member Functions | |
Exception (ExitCode e=ExitCode::NOT_OK) | |
Exception (const char *message, ExitCode e=ExitCode::NOT_OK) | |
Exception (const std::string &message, ExitCode e=ExitCode::NOT_OK) | |
Exception (const char *string_format, Args &&... args) | |
Exception (const Exception &rhs)=default | |
Public Member Functions inherited from Elements::Exception | |
Exception (ExitCode e=ExitCode::NOT_OK) | |
Exception (const char *message, ExitCode e=ExitCode::NOT_OK) | |
Exception (const std::string &message, ExitCode e=ExitCode::NOT_OK) | |
Exception (const char *string_format, Args &&... args) | |
Exception (const Exception &rhs)=default | |
virtual | ~Exception () noexcept |
const char * | what () const noexcept override |
ExitCode | exitCode () const noexcept |
void | appendMessage (const T &message) |
Public Member Functions inherited from std::exception | |
T | what (T... args) |
T | ~exception (T... args) |
T | operator= (T... args) |
T | exception (T... args) |
Additional Inherited Members | |
Protected Attributes inherited from Elements::Exception | |
std::string | m_error_msg |
const ExitCode | m_exit_code |
Definition at line 45 of file interpolation.h.
Elements::Exception::Exception | ( | const char * | message, |
ExitCode | e = ExitCode::NOT_OK ) |
Elements::Exception::Exception | ( | const char * | string_format, |
Args &&... | args ) |
Elements::Exception::Exception | ( | const Exception & | rhs | ) |
Elements::Exception::Exception | ( | const std::string & | message, |
ExitCode | e = ExitCode::NOT_OK ) |
Elements::Exception::Exception | ( | ExitCode | e = ExitCode::NOT_OK | ) |