|
LMDBAL 0.6.0
LMDB (Lightning Memory-Mapped Database Manager) Abstraction Layer
|
Thrown if the cursor was operated in closed state. More...
#include <exceptions.h>
Public Member Functions | |
| CursorNotReady (const std::string &operation, 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 | |
Thrown if the cursor was operated in closed state.
| LMDBAL::CursorNotReady::CursorNotReady | ( | const std::string & | operation, |
| const std::string & | dbName, | ||
| const std::string & | tableName ) |
Creates exception.
| operation | - text name of the method that was called on closed cursor |
| dbName | - name of the database |
| tableName | - name of the storage owning the cursor |
|
virtual |
returns exception message
Implements LMDBAL::Exception.