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

CODEX_Exceptions::BignumSubException Class Reference

Exception thrown for errors in BN_sub. More...

#include <BignumExceptions.h>

Inheritance diagram for CODEX_Exceptions::BignumSubException:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BignumSubException (const string &fname, int line)
 Constructor.
virtual ~BignumSubException ()
 Virtual destructor.
unsigned long error () const
 Result of ERR_get_error(3).
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

void derivedMsg () const
 All BIGNUM exceptions override this method to provide details relating to their specific errors.

Protected Attributes

unsigned long m_error
 Result of ERR_get_error(3).
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

Exception thrown for errors in BN_sub.

Definition at line 190 of file BignumExceptions.h.


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