SocketException Class Reference

#include <SocketException.h>

Inheritance diagram for SocketException:

Inheritance graph
[legend]
Collaboration diagram for SocketException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 SocketException (const string &msg, const string &file="UNDEFINED", const int &line=0)
virtual ~SocketException ()
virtual string getMessage ()
virtual string getErrorFile ()
virtual int getErrorLine ()

Protected Attributes

string _msg
string _file
int _line


Detailed Description

Definition at line 45 of file SocketException.h.


Constructor & Destructor Documentation

SocketException::SocketException ( const string &  msg,
const string &  file = "UNDEFINED",
const int &  line = 0 
) [inline]

Definition at line 48 of file SocketException.h.

virtual SocketException::~SocketException (  )  [inline, virtual]

Definition at line 52 of file SocketException.h.


Member Function Documentation

virtual string PPTException::getMessage (  )  [inline, virtual, inherited]

Definition at line 57 of file PPTException.h.

References PPTException::_msg.

Referenced by PPTClient::closeConnection(), PPTClient::initConnection(), ServerApp::run(), and CmdApp::run().

virtual string PPTException::getErrorFile (  )  [inline, virtual, inherited]

Definition at line 62 of file PPTException.h.

References PPTException::_file.

virtual int PPTException::getErrorLine (  )  [inline, virtual, inherited]

Definition at line 67 of file PPTException.h.

References PPTException::_line.


Member Data Documentation

string PPTException::_msg [protected, inherited]

Definition at line 46 of file PPTException.h.

Referenced by PPTException::getMessage().

string PPTException::_file [protected, inherited]

Definition at line 47 of file PPTException.h.

Referenced by PPTException::getErrorFile().

int PPTException::_line [protected, inherited]

Definition at line 48 of file PPTException.h.

Referenced by PPTException::getErrorLine().


The documentation for this class was generated from the following file:
Generated on Sat Jan 19 04:16:39 2008 for OPeNDAP Back End Server (BES) by  doxygen 1.5.4