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

RazorBack::Forgottenexc_ Class Reference

#include <Statexc.hh>

Inheritance diagram for RazorBack::Forgottenexc_:

Inheritance graph
[legend]
Collaboration diagram for RazorBack::Forgottenexc_:

Collaboration graph
[legend]
List of all members.

Public Methods

 Forgottenexc_ (const char *Thnm, const char *Forgotnm, bool F=false)
 ctor: Thnm is the name of the method throwing the exception, Forgotnm is the name of the method that we forgot to invoke, F is the severity indicator (false, the default, is non-fatal, true is fatal).

const string& forgotten_name () const
 Returns the name of the forgotten method.


Private Methods

 Forgottenexc_ ()

Private Attributes

string Forgotten
 name of the method we forgot to invoke.


Constructor & Destructor Documentation

RazorBack::Forgottenexc_::Forgottenexc_ ( const char * Thnm,
const char * Forgotnm,
bool F = false ) [explicit]
 

ctor: Thnm is the name of the method throwing the exception, Forgotnm is the name of the method that we forgot to invoke, F is the severity indicator (false, the default, is non-fatal, true is fatal).

RazorBack::Forgottenexc_::Forgottenexc_ ( ) [private]
 


Member Function Documentation

const string & RazorBack::Forgottenexc_::forgotten_name ( ) const [inline]
 

Returns the name of the forgotten method.

Definition at line 118 of file Statexc.hh.


Member Data Documentation

string RazorBack::Forgottenexc_::Forgotten [private]
 

name of the method we forgot to invoke.

Definition at line 104 of file Statexc.hh.


The documentation for this class was generated from the following file:
Generated at Wed Aug 21 09:33:16 2002 for The Razorback C++ Library: Statistics by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001