cpsp::Exception Class Reference
#include <Exception.hh>
Detailed Description
Definition at line 41 of file Exception.hh.
Public Member Functions | |
Exception (const std::string &outString, const int retValue) | |
Exception (const std::string &outString) | |
Exception () | |
std::string | toString () const |
virtual | ~Exception () |
Data Fields | |
int | retValue |
Static Public Attributes | |
static unsigned int | errorCount = 0 |
Private Attributes | |
std::string | outString |
Constructor & Destructor Documentation
cpsp::Exception::Exception | ( | ) |
Definition at line 28 of file Exception.cc.
cpsp::Exception::Exception | ( | const std::string & | outString | ) |
Definition at line 34 of file Exception.cc.
cpsp::Exception::Exception | ( | const std::string & | outString, | |
const int | retValue | |||
) |
Definition at line 40 of file Exception.cc.
cpsp::Exception::~Exception | ( | ) | [virtual] |
Definition at line 46 of file Exception.cc.
Member Function Documentation
std::string cpsp::Exception::toString | ( | ) | const [inline] |
Definition at line 51 of file Exception.hh.
Field Documentation
unsigned int cpsp::Exception::errorCount = 0 [static] |
Definition at line 54 of file Exception.hh.
std::string cpsp::Exception::outString [private] |
Definition at line 44 of file Exception.hh.
Definition at line 53 of file Exception.hh.
The documentation for this class was generated from the following files:
- src/cpsp/Exception.hh
- src/cpsp/Exception.cc