LMDBAL 0.6.2
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 (std::string_view operation)
 Creates exception.
Public Member Functions inherited from LMDBAL::Exception
 Exception (std::size_t expectedSize=0)
std::string getMessage () const
 returns exception message
const char * what () const noexcept(true) override
 system exception method that is actually called to show the message

Additional Inherited Members

Protected Member Functions inherited from LMDBAL::Exception
std::string_view appendSegment (std::string_view value)
 appends value to message and returns a view
void appendLiteral (std::string_view value)
 appends value to message without returning a view

Detailed Description

Thrown if an empty cursor was somehow operated.

Constructor & Destructor Documentation

◆ CursorEmpty()

LMDBAL::CursorEmpty::CursorEmpty ( std::string_view operation)
explicit

Creates exception.

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

The documentation for this class was generated from the following files:
  • /workspace/blue/lmdbal/src/exceptions.h
  • /workspace/blue/lmdbal/src/exceptions.cpp