|
LMDBAL 0.6.0
LMDB (Lightning Memory-Mapped Database Manager) Abstraction Layer
|
Thrown if LMDBAL had issues creating or opening database directory. More...
#include <exceptions.h>
Public Member Functions | |
| Directory (const std::string &path) | |
| 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 LMDBAL had issues creating or opening database directory.
| LMDBAL::Directory::Directory | ( | const std::string & | path | ) |
Creates exception.
| path | - path of the directory that was supposed to be used to store the database |
|
virtual |
returns exception message
Implements LMDBAL::Exception.