Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CODEX_KeyService::ExceptionBase Class Reference

Base class for all exceptions thrown by CODEX_KeyService. More...

#include <Exceptions.h>

Inheritance diagram for CODEX_KeyService::ExceptionBase:

Inheritance graph
[legend]
Collaboration diagram for CODEX_KeyService::ExceptionBase:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ExceptionBase (const string &fname, int line)
 Create an ExceptionBase.
virtual ~ExceptionBase ()
 Virtual destructor.
void report () const
 Displays error message for this exception on cerr.
const string & fname () const
 Name of file in which the exception occurred.
int line () const
 Line number in file where the exception was thrown.

Protected Member Functions

virtual void derivedMsg () const =0
 Derived classes override this method to display their specific error messages.

Protected Attributes

string m_fname
 The name of the file in which the exception occurred.
int m_line
 The line number in the file where the exception was thrown.

Detailed Description

Base class for all exceptions thrown by CODEX_KeyService.

Definition at line 28 of file CODEX_KeyService/Exceptions.h.


Constructor & Destructor Documentation

CODEX_KeyService::ExceptionBase::ExceptionBase const string &  fname,
int  line
[inline]
 

Create an ExceptionBase.

Parameters:
fname Name of file in which exception occurred
line Line number in file where the exception was thrown

Reimplemented from CODEX_Exceptions::ExceptionBase.

Definition at line 36 of file CODEX_KeyService/Exceptions.h.


The documentation for this class was generated from the following file:
Generated on Fri May 6 17:42:19 2005 for COrnell Data EXchange (CODEX) by  doxygen 1.4.1