![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <exception.hpp>
Public Member Functions | |
exception (std::string message) | |
const char * | what () const noexcept override |
Private Attributes | |
const std::string | message_ |
Definition at line 9 of file exception.hpp.
|
inlineexplicit |
Definition at line 15 of file exception.hpp.
|
inlineoverridenoexcept |
Definition at line 17 of file exception.hpp.
References message_.
Referenced by m::ImportDSV::execute(), and m::execute_statement().
|
private |
Definition at line 12 of file exception.hpp.
Referenced by what().