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

Signals that an index-based or key-based access was out of range. More...

#include <exception.hpp>

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

Public Member Functions

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

Private Attributes

const std::string message_
 

Detailed Description

Signals that an index-based or key-based access was out of range.

Definition at line 42 of file exception.hpp.

Constructor & Destructor Documentation

◆ out_of_range()

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

Definition at line 44 of file exception.hpp.

Member Function Documentation

◆ what()

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

Definition at line 17 of file exception.hpp.

References m::exception::message_.

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

Field Documentation

◆ message_

const std::string m::exception::message_
privateinherited

Definition at line 12 of file exception.hpp.

Referenced by m::exception::what().


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