#include <PPTException.h>
Public Member Functions | |
PPTException (const string &msg, const string &file="UNDEFINED", const int &line=0) | |
virtual | ~PPTException () |
virtual string | getMessage () |
virtual string | getErrorFile () |
virtual int | getErrorLine () |
Protected Attributes | |
string | _msg |
string | _file |
int | _line |
Definition at line 43 of file PPTException.h.
PPTException::PPTException | ( | const string & | msg, | |
const string & | file = "UNDEFINED" , |
|||
const int & | line = 0 | |||
) | [inline] |
Definition at line 50 of file PPTException.h.
virtual PPTException::~PPTException | ( | ) | [inline, virtual] |
Definition at line 56 of file PPTException.h.
virtual string PPTException::getMessage | ( | ) | [inline, virtual] |
Definition at line 57 of file PPTException.h.
References _msg.
Referenced by PPTClient::closeConnection(), PPTClient::initConnection(), ServerApp::run(), and CmdApp::run().
virtual string PPTException::getErrorFile | ( | ) | [inline, virtual] |
virtual int PPTException::getErrorLine | ( | ) | [inline, virtual] |
string PPTException::_msg [protected] |
string PPTException::_file [protected] |
int PPTException::_line [protected] |