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

errorHandling::treeError Class Reference

#include <exception.h>

Inheritance diagram for errorHandling::treeError:

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

Collaboration graph
[legend]
List of all members.

Public Methods

 treeError ()
virtual ~treeError ()
virtual string ToString ()

Constructor & Destructor Documentation

errorHandling::treeError::treeError   [inline]
 

00025 {}

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

00026 {}


Member Function Documentation

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

Reimplemented from errorHandling::baseError.

Reimplemented in errorHandling::failInsert, errorHandling::failRemove, errorHandling::failRetrieve, and errorHandling::dupItem.

00028         {
00029             return "Error occured in the tree.";
00030         }


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