LMDBAL 0.5.4
LMDB (Lightning Memory-Mapped Database Manager) Abstraction Layer
|
Thrown if something in the database was called on opened state and it is not supported. More...
#include <exceptions.h>
Public Member Functions | |
Opened (const std::string &dbName, const std::string &action) | |
Creates exception. | |
std::string | getMessage () const |
returns exception message | |
Thrown if something in the database was called on opened state and it is not supported.
LMDBAL::Opened::Opened | ( | const std::string & | dbName, |
const std::string & | action ) |
Creates exception.
action | - text name of the method that was called on opened database |
dbName | - name of the database |
|
virtual |
returns exception message
Implements LMDBAL::Exception.