LMDBAL 0.5.4
LMDB (Lightning Memory-Mapped Database Manager) Abstraction Layer
Loading...
Searching...
No Matches
LMDBAL::Opened Class Reference

Thrown if something in the database was called on opened state and it is not supported. More...

#include <exceptions.h>

Inheritance diagram for LMDBAL::Opened:
LMDBAL::Exception

Public Member Functions

 Opened (const std::string &dbName, const std::string &action)
 Creates exception.
 
std::string getMessage () const
 returns exception message
 

Detailed Description

Thrown if something in the database was called on opened state and it is not supported.

Constructor & Destructor Documentation

◆ Opened()

LMDBAL::Opened::Opened ( const std::string &  dbName,
const std::string &  action 
)

Creates exception.

Parameters
action- text name of the method that was called on opened database
dbName- name of the database

Member Function Documentation

◆ getMessage()

std::string LMDBAL::Opened::getMessage ( ) const
virtual

returns exception message

Implements LMDBAL::Exception.


The documentation for this class was generated from the following files: