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

errorHandling::failRemove Class Reference

#include <exception.h>

Inheritance diagram for errorHandling::failRemove:

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

Collaboration graph
[legend]
List of all members.

Public Methods

 failRemove ()
virtual ~failRemove ()
virtual string ToString ()

Constructor & Destructor Documentation

errorHandling::failRemove::failRemove   [inline]
 

00052         {
00053         }

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

00055         {
00056         }


Member Function Documentation

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

Reimplemented from errorHandling::treeError.

00058         {
00059             return "Failed to remove an item from the tree.";
00060         }


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