25.02
|
#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... | |
![]() | |
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 158 of file Exceptions.hpp.
|
explicit |
preserving previous exception context and adding local context information
Definition at line 57 of file Exceptions.cpp.
|
explicit |
Definition at line 49 of file Exceptions.cpp.
|
explicit |
exception with context
Definition at line 52 of file Exceptions.cpp.