#include <Exception.hh>
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 |
|
Definition at line 38 of file Exception.hh. |
|
Definition at line 40 of file Exception.hh. |
|
Definition at line 47 of file Exception.hh. |
|
Definition at line 52 of file Exception.hh. |
|
Definition at line 58 of file Exception.hh. |
|
Definition at line 63 of file Exception.hh. |
|
Definition at line 68 of file Exception.hh. |
|
Definition at line 70 of file Exception.hh. References iCode. |
|
Definition at line 74 of file Exception.hh. References strMsg. |
|
Definition at line 78 of file Exception.hh. References strMsg. |
|
Definition at line 35 of file Exception.hh. Referenced by clException(), and operator int(). |
|
Definition at line 36 of file Exception.hh. Referenced by clException(), operator std::string(), and what(). |