#include <Exception.h>
Inheritance diagram for SimpleDB::Exception:
Public Member Functions | |
Exception (const std::string &message) throw () | |
Constructor. | |
const char * | what () const throw () |
Used to access the exceptions error. | |
virtual | ~Exception () throw () |
Destructor. | |
Public Attributes | |
std::string | message |
The exception message. |
|
Constructor.
Reimplemented in SimpleDB::Database::Exception, and SimpleDB::Query::Exception. |
|
Destructor. Currently does nothing. |