LMDBAL 0.6.0
LMDB (Lightning Memory-Mapped Database Manager) Abstraction Layer
All Classes Functions Variables Enumerations Enumerator Pages
LMDBAL::Exception Class Referenceabstract

Parent abstract class for all LMDBAL exceptions. More...

#include <exceptions.h>

Inheritance diagram for LMDBAL::Exception:
LMDBAL::Closed LMDBAL::CursorEmpty LMDBAL::CursorNotReady LMDBAL::Directory LMDBAL::Exist LMDBAL::NotFound LMDBAL::Opened LMDBAL::StorageDuplicate LMDBAL::TransactionTerminated LMDBAL::Unknown

Public Member Functions

virtual std::string getMessage () const =0
 returns exception message
 
const char * what () const noexcept(true) override
 system exception method that is actually called to show the message
 

Detailed Description

Parent abstract class for all LMDBAL exceptions.

Member Function Documentation

◆ getMessage()

virtual std::string LMDBAL::Exception::getMessage ( ) const
pure virtual

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