This class is thrown in case of any database exception. More...
#include <Database.h>


Public Member Functions | |
| Exception (const std::string &message) | |
| Constructor. | |
This class is thrown in case of any database exception.
A description (if available) is included.
| SimpleDB::Database::Exception::Exception | ( | const std::string & | message | ) | [inline] |
Constructor.
| message | Message passed to the string class |
Reimplemented from SimpleDB::Exception.