Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

errorHandling::queryError Class Reference

#include <exception.h>

Inheritance diagram for errorHandling::queryError:

Inheritance graph
[legend]
Collaboration diagram for errorHandling::queryError:

Collaboration graph
[legend]
List of all members.

Public Methods

 queryError ()
virtual ~queryError ()
virtual string ToString ()

Constructor & Destructor Documentation

errorHandling::queryError::queryError   [inline]
 

00116         {
00117         }

virtual errorHandling::queryError::~queryError   [inline, virtual]
 

00119         {
00120         }


Member Function Documentation

virtual string errorHandling::queryError::ToString   [inline, virtual]
 

Reimplemented from errorHandling::baseError.

Reimplemented in errorHandling::invalidSearch, and errorHandling::notFound.

00122         {
00123             return "An error occoured in the query class.";
00124         }


The documentation for this class was generated from the following file:
Generated on Mon Oct 22 20:19:30 2001 for University People Management System by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001