Public Member Functions

SimpleDB::Exception Class Reference

SimpleDB Exception base class. More...

#include <Exception.h>

Inheritance diagram for SimpleDB::Exception:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

SimpleDB Exception base class.


Constructor & Destructor Documentation

SimpleDB::Exception::Exception ( const std::string &  message  )  throw ()

Constructor.

Parameters:
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.


The documentation for this class was generated from the following file:

Documentation pages generated by doxygen.
SourceForge.net Logo