Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | Related Pages | Examples

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.

Public Attributes

std::string message
 The exception message.

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:
Copyright (C) 2005 Eminence Technology Pty Ltd.
Documentation pages generated by doxygen.

SourceForge.net Logo