#include <CipherExceptions.h>
Public Methods | |
| 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 |
| |
| int | line () const |
| |
Protected Methods | |
| virtual void | derivedMsg () const=0 |
| Derived classes override this method to display their specific error messages. | |
Definition at line 34 of file CipherExceptions.h.
|
||||||||||||
|
Create an ExceptionBase.
Definition at line 42 of file CipherExceptions.h. |
1.2.18