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

errorHandling::notFound Class Reference

#include <exception.h>

Inheritance diagram for errorHandling::notFound:

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

Collaboration graph
[legend]
List of all members.

Public Methods

 notFound ()
virtual ~notFound ()
virtual string ToString ()

Constructor & Destructor Documentation

errorHandling::notFound::notFound   [inline]
 

00148         {
00149         }

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

00152         {
00153         }


Member Function Documentation

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

Reimplemented from errorHandling::queryError.

00156         {
00157             return "Nobody found.";
00158         }


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