#include <CipherExceptions.h>
Public Member Functions | |
| ExceptionBase (const string &fname, int line) | |
| Create an ExceptionBase. | |
| virtual | ~ExceptionBase () |
| Virtual destructor. | |
| void | report () const |
| Displays error message for this exception on cerr. | |
| 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 |
| Derived classes override this method to display their specific error messages. | |
Definition at line 37 of file CipherExceptions.h.
|
||||||||||||
|
Create an ExceptionBase.
Definition at line 45 of file CipherExceptions.h. References fname(). |
1.4.1