![]() |
mutable
A Database System for Research and Fast Prototyping
|
data_model_exception is thrown if a DataModel implementation does not contain the requested information.
More...
#include <CardinalityEstimator.hpp>
Public Member Functions | |
| data_model_exception (std::string message) | |
| const char * | what () const noexcept override |
Private Attributes | |
| const std::string | message_ |
data_model_exception is thrown if a DataModel implementation does not contain the requested information.
Definition at line 62 of file CardinalityEstimator.hpp.
|
inlineexplicit |
Definition at line 64 of file CardinalityEstimator.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().