CdcExceptionParse indicates an error in the parsing of a request message from the client. More...
#include <DcExceptionParse.h>
Public Member Functions | |
CdcExceptionParse (t_exception_num code=DC_PARSE_EXP) | |
Constructor with error code, or default constructor. | |
CdcExceptionParse (const CdcString &msg, t_exception_num code=DC_PARSE_EXP) | |
Constructor with code and message, or just message. |
CdcExceptionParse indicates an error in the parsing of a request message from the client.
Definition at line 36 of file DcExceptionParse.h.
CdcExceptionParse::CdcExceptionParse | ( | t_exception_num | code = DC_PARSE_EXP ) |
Constructor with error code, or default constructor.
DcExceptionParse.cpp: Implementation of CdcExceptionParse class.
code | The error code for this exception (DC_PARSE_EXP is the default). |
for documentation see the header file.
Definition at line 29 of file DcExceptionParse.cpp.
CdcExceptionParse::CdcExceptionParse | ( | const CdcString & | msg, |
t_exception_num | code = DC_PARSE_EXP |
||
) |
Constructor with code and message, or just message.
msg | The error message for this exception. |
code | The error code for this exception (DC_PARSE_EXP is the default). |
Definition at line 39 of file DcExceptionParse.cpp.