MarlinMT
0.1.0
|
This is the complete list of members for marlinmt::Exception, including all inherited members.
_message | marlinmt::Exception | protected |
createMessage(unsigned int line, const std::string &func, const std::string &fname, const std::string &message) const | marlinmt::Exception | protected |
createMessage(const std::string &previous, unsigned int line, const std::string &func, const std::string &fname, const std::string &message) const | marlinmt::Exception | protected |
Exception()=delete | marlinmt::Exception | |
Exception(const Exception &)=default | marlinmt::Exception | |
Exception(const std::string &message) | marlinmt::Exception | |
Exception(unsigned int line, const std::string &func, const std::string &fname, const std::string &message) | marlinmt::Exception | |
Exception(const T &rhs, unsigned int line, const std::string &func, const std::string &fname, const std::string &message) | marlinmt::Exception | inline |
what() const noexcept override | marlinmt::Exception | |
~Exception()=default | marlinmt::Exception | virtual |