![]() |
mutable
A Database System for Research and Fast Prototyping
|
Base class for exceptions signaling an error in the logic. More...
#include <exception.hpp>
Public Member Functions | |
logic_error (std::string message) | |
const char * | what () const noexcept override |
Private Attributes | |
const std::string | message_ |
Base class for exceptions signaling an error in the logic.
Try to use a more precise subclass of logic_error
whenever you can. Feel free to extend the subclasses as you deem useful.
Definition at line 24 of file exception.hpp.
|
inlineexplicit |
Definition at line 26 of file exception.hpp.
|
inlineoverridenoexceptinherited |
Definition at line 17 of file exception.hpp.
References m::exception::message_.
Referenced by m::ImportDSV::execute(), and m::execute_statement().
|
privateinherited |
Definition at line 12 of file exception.hpp.
Referenced by m::exception::what().