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

CODEX_Exceptions::BignumException Class Reference

Base class for exceptions relating to BIGNUM%s. More...

#include <BignumExceptions.h>

Inheritance diagram for CODEX_Exceptions::BignumException:

Inheritance graph
[legend]
Collaboration diagram for CODEX_Exceptions::BignumException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BignumException (const string &fname, int line)
 Constructor.
virtual ~BignumException ()
 Virtual destructor.
void report () const
 Derived classes override this method to display their error messages.
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
 All BIGNUM exceptions override this method to provide details relating to their specific errors.

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 exceptions relating to BIGNUM%s.

Definition at line 31 of file BignumExceptions.h.


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