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

errorHandling::failInsert Class Reference

#include <exception.h>

Inheritance diagram for errorHandling::failInsert:

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

Collaboration graph
[legend]
List of all members.

Public Methods

 failInsert ()
virtual ~failInsert ()
virtual string ToString ()

Constructor & Destructor Documentation

errorHandling::failInsert::failInsert   [inline]
 

00037         {
00038         }

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

00040         {
00041         }


Member Function Documentation

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

Reimplemented from errorHandling::treeError.

00043         {
00044             return "Failed to insert an item in the tree.";
00045         }


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