![]() |
mutable
A Database System for Research and Fast Prototyping
|
Signals that an object was in an invalid state when a method was invoked. More...
#include <exception.hpp>
Public Member Functions | |
invalid_state (std::string message) | |
const char * | what () const noexcept override |
Private Attributes | |
const std::string | message_ |
Signals that an object was in an invalid state when a method was invoked.
Definition at line 30 of file exception.hpp.
|
inlineexplicit |
Definition at line 32 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().