mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Structures | Namespaces
exception.hpp File Reference
#include <exception>
#include <string>
Include dependency graph for exception.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  m::exception
 
struct  m::logic_error
 Base class for exceptions signaling an error in the logic. More...
 
struct  m::invalid_state
 Signals that an object was in an invalid state when a method was invoked. More...
 
struct  m::invalid_argument
 Signals that an argument to a function of method was invalid. More...
 
struct  m::out_of_range
 Signals that an index-based or key-based access was out of range. More...
 
struct  m::runtime_error
 Signals a runtime error that mu*t*able is not responsible for and that mu*t*able was not able to recover from. More...
 
struct  m::frontend_exception
 
struct  m::backend_exception
 

Namespaces

namespace  m
 

‍mutable namespace