Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

clException Class Reference

#include <Exception.hh>

List of all members.

Public Member Functions

 clException () throw ()
 clException (int iErrorCode) throw ()
 clException (const std::string &strErrorMsg) throw ()
 clException (const std::string &strErrorMsg, int iErrorCode) throw ()
 clException (const char *cpErrorMsg) throw ()
 clException (const char *cpErrorMsg, int iErrorCode) throw ()
virtual ~clException () throw ()
 operator int () const throw ()
 operator std::string () const throw ()
virtual const char * what () const throw ()

Private Attributes

int iCode
std::string strMsg


Constructor & Destructor Documentation

clException::clException  )  throw () [inline]
 

Definition at line 38 of file Exception.hh.

clException::clException int  iErrorCode  )  throw () [inline]
 

Definition at line 40 of file Exception.hh.

References iCode, and strMsg.

clException::clException const std::string &  strErrorMsg  )  throw () [inline]
 

Definition at line 47 of file Exception.hh.

References iCode, and strMsg.

clException::clException const std::string &  strErrorMsg,
int  iErrorCode
throw () [inline]
 

Definition at line 52 of file Exception.hh.

References iCode, and strMsg.

clException::clException const char *  cpErrorMsg  )  throw () [inline]
 

Definition at line 58 of file Exception.hh.

References iCode, and strMsg.

clException::clException const char *  cpErrorMsg,
int  iErrorCode
throw () [inline]
 

Definition at line 63 of file Exception.hh.

References iCode, and strMsg.

virtual clException::~clException  )  throw () [inline, virtual]
 

Definition at line 68 of file Exception.hh.


Member Function Documentation

clException::operator int  )  const throw () [inline]
 

Definition at line 70 of file Exception.hh.

References iCode.

clException::operator std::string  )  const throw () [inline]
 

Definition at line 74 of file Exception.hh.

References strMsg.

virtual const char* clException::what  )  const throw () [inline, virtual]
 

Definition at line 78 of file Exception.hh.

References strMsg.


Member Data Documentation

int clException::iCode [private]
 

Definition at line 35 of file Exception.hh.

Referenced by clException(), and operator int().

std::string clException::strMsg [private]
 

Definition at line 36 of file Exception.hh.

Referenced by clException(), operator std::string(), and what().


The documentation for this class was generated from the following file:
Generated on Tue Mar 2 19:47:08 2004 for libDSP by doxygen 1.3.6