Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CODEX_Quorum::QSERemoteServerGethostbynameFailed Class Reference

Exception thrown when gethostbyname(3) fails. More...

#include <RemoteServer.h>

Inheritance diagram for CODEX_Quorum::QSERemoteServerGethostbynameFailed:

Inheritance graph
[legend]
Collaboration diagram for CODEX_Quorum::QSERemoteServerGethostbynameFailed:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 QSERemoteServerGethostbynameFailed (const string &fname, int line, const RemoteServer *server)
 Specifies the server for which the error occurred.
virtual ~QSERemoteServerGethostbynameFailed ()
 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

void errMsg () const
 Error-specific message, overridden by derived classes.
const RemoteServerserver () const
 The server for which an error occurred.
void derivedMsg () const
 Derived classes override this method to display their specific error messages.

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.

Detailed Description

Exception thrown when gethostbyname(3) fails.

Definition at line 430 of file RemoteServer.h.


The documentation for this class was generated from the following files:
Generated on Fri May 6 17:42:32 2005 for COrnell Data EXchange (CODEX) by  doxygen 1.4.1