Generated on Tue Dec 16 12:50:12 2008 for BIU-2.2.0 by doxygen 1.5.1

biu::util::CException Class Reference

#include <Util.h>

Inheritance diagram for biu::util::CException:

Inheritance graph
[legend]

Detailed Description

exception class

Definition at line 77 of file Util.h.

Public Member Functions

 CException (const std::string &outString, const int retValue)
 CException (const std::string &outString)
 CException ()
std::string toString () const
virtual ~CException ()

Data Fields

int retValue

Static Public Attributes

static int errorCount

Private Attributes

std::string outString


Constructor & Destructor Documentation

biu::util::CException::CException (  )  [inline]

Definition at line 83 of file Util.h.

biu::util::CException::CException ( const std::string &  outString  )  [inline]

Definition at line 84 of file Util.h.

biu::util::CException::CException ( const std::string &  outString,
const int  retValue 
) [inline]

Definition at line 85 of file Util.h.

virtual biu::util::CException::~CException (  )  [inline, virtual]

destruction

Definition at line 88 of file Util.h.


Member Function Documentation

std::string biu::util::CException::toString (  )  const [inline, virtual]

returns error message

Implements biu::util::CPrintable.

Definition at line 91 of file Util.h.


Field Documentation

number of raised exceptions

Definition at line 96 of file Util.h.

std::string biu::util::CException::outString [private]

error message

Definition at line 80 of file Util.h.

available return value

Definition at line 94 of file Util.h.


The documentation for this class was generated from the following files: