#include <RemoteServer.h>
Inheritance diagram for CODEX_Quorum::QSERemoteServer:


Public Member Functions | |
| QSERemoteServer (const string &fname, int line, const RemoteServer *server) | |
| Specifies the server for which an error occurred. | |
| virtual | ~QSERemoteServer () |
| 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 | |
| const RemoteServer * | server () const |
| The server for which an error occurred. | |
| void | derivedMsg () const |
| Derived classes override this method to display their specific error messages. | |
| virtual void | errMsg () const =0 |
| Error-specific message, overridden by derived classes. | |
Protected Attributes | |
| string | m_fname |
| The name of the file in which the exception occurred. | |
| int | m_line |
| The line number in the file where the exception was thrown. | |
Definition at line 402 of file RemoteServer.h.
1.4.1