Public Member Functions

CdcExceptionParse Class Reference

CdcExceptionParse indicates an error in the parsing of a request message from the client. More...

#include <DcExceptionParse.h>

Inheritance diagram for CdcExceptionParse:
CdcException

List of all members.

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.

Detailed Description

CdcExceptionParse indicates an error in the parsing of a request message from the client.

Author:
Erez Bibi
Version:
1.0

Definition at line 36 of file DcExceptionParse.h.


Constructor & Destructor Documentation

CdcExceptionParse::CdcExceptionParse ( t_exception_num  code = DC_PARSE_EXP )

Constructor with error code, or default constructor.

DcExceptionParse.cpp: Implementation of CdcExceptionParse class.

Parameters:
codeThe 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.

Parameters:
msgThe error message for this exception.
codeThe error code for this exception (DC_PARSE_EXP is the default).

Definition at line 39 of file DcExceptionParse.cpp.


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