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

Thrown if there was a key conflict in one of the storages. More...

#include <exceptions.h>

Inheritance diagram for LMDBAL::Exist:
LMDBAL::Exception

Public Member Functions

 Exist (const std::string &key, const std::string &dbName, const std::string &tableName)
 Creates exception.
 
std::string getMessage () const
 returns exception message
 
- Public Member Functions inherited from LMDBAL::Exception
const char * what () const noexcept(true) override
 system exception method that is actually called to show the message
 

Detailed Description

Thrown if there was a key conflict in one of the storages.

Constructor & Destructor Documentation

◆ Exist()

LMDBAL::Exist::Exist ( const std::string & key,
const std::string & dbName,
const std::string & tableName )

Creates exception.

Parameters
key- record key that caused the conflict
dbName- name of the database
tableName- name of the storage that was operated with

Member Function Documentation

◆ getMessage()

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

returns exception message

Implements LMDBAL::Exception.


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