#include <ServerExceptions.h>
Inheritance diagram for CODEX_Server::ExceptionBase:


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. | |
Protected Methods | |
| virtual void | derivedMsg () const=0 |
| Derived classes override this method to display their specific error messages. | |
Definition at line 30 of file ServerExceptions.h.
|
||||||||||||
|
Create an ExceptionBase.
Reimplemented from CODEX_Exceptions::ExceptionBase. Definition at line 38 of file ServerExceptions.h. References CODEX_Exceptions::ExceptionBase::fname(), and CODEX_Exceptions::ExceptionBase::line(). |
1.2.18