Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Exception Class Reference

base class for all exceptions thrown by Crypto++. More...

#include <cryptlib.h>

Inheritance diagram for Exception:

BERDecodeErr BufferedTransformation::Err Integer::DivideByZero OS_RNG_Err PK_Signer::KeyTooShort PolynomialMod2::DivideByZero PolynomialOver::DivideByZero Socket::Err List of all members.

Public Methods

 Exception (const::string &s)
virtual ~Exception () throw ()
const char* what ()const throw ()
const ::string& GetWhat ()const
void SetWhat (const::string &s)

Detailed Description

base class for all exceptions thrown by Crypto++.

Definition at line 69 of file cryptlib.h.


Constructor & Destructor Documentation

Exception::Exception ( const::string & s ) [inline, explicit]
 

Definition at line 72 of file cryptlib.h.

Exception::~Exception ( ) throw () [inline, virtual]
 

Definition at line 73 of file cryptlib.h.


Member Function Documentation

const::string & Exception::GetWhat ( ) const [inline]
 

Definition at line 75 of file cryptlib.h.

void Exception::SetWhat ( const::string & s ) [inline]
 

Definition at line 76 of file cryptlib.h.

const char * Exception::what ( ) const throw () [inline]
 

Definition at line 74 of file cryptlib.h.


The documentation for this class was generated from the following file:
Generated at Mon Jan 15 01:16:48 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000