Exception includes description and return code.
More...
#include <cMsg.hxx>
Exception includes description and return code.
Definition at line 53 of file cMsg.hxx.
◆ cMsgException() [1/4]
cMsgException::cMsgException |
( |
void |
| ) |
|
◆ cMsgException() [2/4]
cMsgException::cMsgException |
( |
const string & |
c | ) |
|
◆ cMsgException() [3/4]
cMsgException::cMsgException |
( |
const string & |
c, |
|
|
int |
code |
|
) |
| |
String and code constructor.
- Parameters
-
c | Description |
code | Return code |
Definition at line 248 of file cMsgWrapper.cc.
◆ cMsgException() [4/4]
◆ ~cMsgException()
cMsgException::~cMsgException |
( |
void |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
◆ toString()
string cMsgException::toString |
( |
void |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
Gets string represention of exception.
- Returns
- String representing exception
Definition at line 280 of file cMsgWrapper.cc.
◆ what()
const char * cMsgException::what |
( |
void |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
Gets char* represention of exception.
- Returns
- char* representing exception
Definition at line 295 of file cMsgWrapper.cc.
◆ descr
string cmsg::cMsgException::descr |
Description.
Definition at line 67 of file cMsg.hxx.
◆ returnCode
int cmsg::cMsgException::returnCode |
Return code.
Definition at line 68 of file cMsg.hxx.
The documentation for this class was generated from the following files: