mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes
m::exception Struct Reference

#include <exception.hpp>

Inheritance diagram for m::exception:
[legend]
Collaboration diagram for m::exception:
[legend]

Public Member Functions

 exception (std::string message)
 
const char * what () const noexcept override
 

Private Attributes

const std::string message_
 

Detailed Description

Definition at line 9 of file exception.hpp.

Constructor & Destructor Documentation

◆ exception()

m::exception::exception ( std::string  message)
inlineexplicit

Definition at line 15 of file exception.hpp.

Member Function Documentation

◆ what()

const char * m::exception::what ( ) const
inlineoverridenoexcept

Definition at line 17 of file exception.hpp.

References message_.

Referenced by m::ImportDSV::execute(), and m::execute_statement().

Field Documentation

◆ message_

const std::string m::exception::message_
private

Definition at line 12 of file exception.hpp.

Referenced by what().


The documentation for this struct was generated from the following file: