jaulib v1.3.0
Jau Support Library (C++, Java, ..)
|
This is the complete list of members for jau::ExceptionBase, including all inherited members.
backtrace() const noexcept | jau::ExceptionBase | inline |
ExceptionBase(std::string type, std::string const &m, const char *file, int line) noexcept | jau::ExceptionBase | protected |
ExceptionBase(const ExceptionBase &o)=default | jau::ExceptionBase | |
ExceptionBase(ExceptionBase &&o)=default | jau::ExceptionBase | |
message() const noexcept | jau::ExceptionBase | inline |
operator const std::string &() const noexcept | jau::ExceptionBase | inline |
operator<<(std::ostream &out) noexcept | jau::ExceptionBase | inline |
operator=(const ExceptionBase &o)=default | jau::ExceptionBase | |
operator=(ExceptionBase &&o)=default | jau::ExceptionBase | |
what() const noexcept | jau::ExceptionBase | inlinevirtual |
~ExceptionBase() noexcept=default | jau::ExceptionBase | virtual |