PPTException Class Reference

#include <PPTException.h>

Inheritance diagram for PPTException:

Inheritance graph
[legend]

List of all members.

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


Detailed Description

Definition at line 43 of file PPTException.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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]

Definition at line 62 of file PPTException.h.

References _file.

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

Definition at line 67 of file PPTException.h.

References _line.


Member Data Documentation

string PPTException::_msg [protected]

Definition at line 46 of file PPTException.h.

Referenced by getMessage().

string PPTException::_file [protected]

Definition at line 47 of file PPTException.h.

Referenced by getErrorFile().

int PPTException::_line [protected]

Definition at line 48 of file PPTException.h.

Referenced by getErrorLine().


The documentation for this class was generated from the following file:
Generated on Wed Jan 2 06:04:46 2008 for OPeNDAP Back End Server (BES) by  doxygen 1.5.4