#include <SocketException.h>
Inheritance diagram for SocketException:
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 |
SocketException::SocketException | ( | const string & | msg, | |
const string & | file = "UNDEFINED" , |
|||
const int & | line = 0 | |||
) | [inline] |
virtual SocketException::~SocketException | ( | ) | [inline, virtual] |
virtual string PPTException::getErrorFile | ( | ) | [inline, virtual, inherited] |
virtual int PPTException::getErrorLine | ( | ) | [inline, virtual, inherited] |
virtual string PPTException::getMessage | ( | ) | [inline, virtual, inherited] |
string PPTException::_file [protected, inherited] |
int PPTException::_line [protected, inherited] |
string PPTException::_msg [protected, inherited] |