#include <SocketException.h>


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 |
Definition at line 45 of file SocketException.h.
| 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.
| 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] |
| virtual int PPTException::getErrorLine | ( | ) | [inline, virtual, inherited] |
string PPTException::_msg [protected, inherited] |
string PPTException::_file [protected, inherited] |
int PPTException::_line [protected, inherited] |
1.5.4