SimpleDB Exception base class. More...
#include <Exception.h>
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. |
SimpleDB Exception base class.
SimpleDB::Exception::Exception | ( | const std::string & | message | ) | throw () |
Constructor.
message | Message passed to the string class |
Reimplemented in SimpleDB::Database::Exception, and SimpleDB::Query::Exception.
virtual SimpleDB::Exception::~Exception | ( | ) | throw () [virtual] |
Destructor.
Currently does nothing.