LMDBAL 0.6.0
LMDB (Lightning Memory-Mapped Database Manager) Abstraction Layer
|
Thrown if something in the database was not found. More...
#include <exceptions.h>
Public Member Functions | |
NotFound (const std::string &key, 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 something in the database was not found.
LMDBAL::NotFound::NotFound | ( | const std::string & | key, |
const std::string & | dbName, | ||
const std::string & | tableName ) |
Creates exception.
key | - record key that was not found |
dbName | - name of the database |
tableName | - name of the storage that was looked for a record |
|
virtual |
returns exception message
Implements LMDBAL::Exception.