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

CODEX_Exceptions Namespace Reference

This namespace holds general exceptions that are used throughout the CODEX libraries. More...


Compounds

class  BignumAddException
 Exception thrown for errors in BN_add. More...

class  BignumBin2BNException
 Exception thrown when BN_bin2bn fails. More...

class  BignumContextException
 Exception thrown when a BN_CTX cannot be allocated. More...

class  BignumException
 Base class for exceptions relating to BIGNUMs. More...

class  BignumGCDException
 Exception thrown for errors in BN_gcd. More...

class  BignumGeneratePrimeException
 Exception thrown for errors in BN_generate_prime. More...

class  BignumLshiftException
 Exception thrown for errors in BN_lshift or BN_lshift1. More...

class  BignumMathException
 Base class for exceptions thrown due to errors in BIGNUM math routines. More...

class  BignumModException
 Exception thrown for errors in BN_mod. More...

class  BignumModExpException
 Exception thrown for errors in BN_mod_exp. More...

class  BignumModInverseException
 Exception thrown for errors in BN_mod_inverse. More...

class  BignumModMulException
 Exception thrown for errors in BN_mod_mul. More...

class  BignumMulException
 Exception thrown for errors in BN_mul. More...

class  BignumNullException
 Exception thrown when a pointer to a BIGNUM is null. More...

class  BignumRandRangeException
 Exception thrown for errors in BN_rand_range. More...

class  BignumRshiftException
 Exception thrown for errors in BN_rshift or BN_rshift1. More...

class  BignumSetWordException
 Exception thrown when BN_set_word fails. More...

class  BignumSubException
 Exception thrown for errors in BN_sub. More...

class  Check< true >
 Specialization for true. More...

class  ExceptionBase
 Base class for all exceptions thrown by classes in CODEX. More...

class  FileCannotCreateException
 Exception thrown when a file cannot be created. More...

class  FileCannotOpenException
 Exception thrown when a file cannot be opened for reading. More...

class  FileException
 Base class for exceptions relating to files. More...

class  GetTimeOfDayException
 Exception thrown for a failure in gettimeofday(2). More...

class  IllegalIndexException
 Exception thrown for an out-of-range index. More...


Detailed Description

This namespace holds general exceptions that are used throughout the CODEX libraries.

The ExceptionBase class is also inherited by base classes that are specific to errors within particular packages.


Generated on Wed Jun 2 16:33:07 2004 for COrnell Data EXchange (CODEX) by doxygen1.2.18