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

Thrown if an empty cursor was somehow operated. More...

#include <exceptions.h>

Inheritance diagram for LMDBAL::CursorEmpty:
LMDBAL::Exception

Public Member Functions

 CursorEmpty (const std::string &operation)
 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 an empty cursor was somehow operated.

Constructor & Destructor Documentation

◆ CursorEmpty()

LMDBAL::CursorEmpty::CursorEmpty ( const std::string & operation)

Creates exception.

Parameters
operation- text name of the method that was called on an empty cursor

Member Function Documentation

◆ getMessage()

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

returns exception message

Implements LMDBAL::Exception.


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