LMDBAL 0.6.0
LMDB (Lightning Memory-Mapped Database Manager) Abstraction Layer
|
Thrown if an empty cursor was somehow operated. More...
#include <exceptions.h>
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 | |
Thrown if an empty cursor was somehow operated.
LMDBAL::CursorEmpty::CursorEmpty | ( | const std::string & | operation | ) |
Creates exception.
operation | - text name of the method that was called on an empty cursor |
|
virtual |
returns exception message
Implements LMDBAL::Exception.