24.08
|
#include <Exceptions.hpp>
Public Member Functions | |
Exception (const std::string &message) | |
Exception (const std::string &message, const CheckLocation &location) | |
exception with context More... | |
Exception (const Exception &other, const std::string &message, const CheckLocation &location) | |
preserving previous exception context and adding local context information More... | |
Public Member Functions inherited from Exception | |
Exception (const std::string &message) | |
Exception (const std::string &message, const CheckLocation &location) | |
exception with context More... | |
Exception (const Exception &other, const std::string &message, const CheckLocation &location) | |
preserving previous exception context and adding local context information More... | |
virtual const char * | what () const noexcept override |
Definition at line 92 of file Exceptions.hpp.
|
explicit |
preserving previous exception context and adding local context information
Definition at line 24 of file Exceptions.cpp.
|
explicit |
Definition at line 12 of file Exceptions.cpp.
|
explicit |
exception with context
Definition at line 17 of file Exceptions.cpp.