Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members Related Pages
CODEX_Exceptions::BignumMathException Class Reference
Base class for exceptions thrown due to errors in BIGNUM math routines.
More...
#include <BignumExceptions.h>
Inheritance diagram for CODEX_Exceptions::BignumMathException:
[legend]Collaboration diagram for CODEX_Exceptions::BignumMathException:
[legend]List of all members.
|
Public Methods |
|
| BignumMathException (const string &fname, int line) |
| | Constructor, gets the error code.
|
|
virtual | ~BignumMathException () |
| | Virtual destructor.
|
|
unsigned long | error () const |
| | - Returns:
-
Result of ERR_get_error(3).
|
Protected Attributes |
|
unsigned long | m_error |
| | Result of ERR_get_error(3).
|
Detailed Description
Base class for exceptions thrown due to errors in BIGNUM math routines.
The specific error is obtained using ERR_get_error(3). It is up to the catching routine to examine the error code.
Definition at line 73 of file BignumExceptions.h.
The documentation for this class was generated from the following files:
Generated on Wed Jun 2 16:33:08 2004 for COrnell Data EXchange (CODEX) by
1.2.18