Public Member Functions

CdcExceptionFile Class Reference

CdcExceptionFile indicates an error in retrieving files from the file system. More...

#include <DcExceptionFile.h>

Inheritance diagram for CdcExceptionFile:
CdcException

List of all members.

Public Member Functions

 CdcExceptionFile (t_exception_num code=DC_FILE_EXP)
 Constructor with error code, or default constructor.
 CdcExceptionFile (const CdcString &msg, t_exception_num code=DC_FILE_EXP)
 Constructor with code and message, or just message.

Detailed Description

CdcExceptionFile indicates an error in retrieving files from the file system.

Author:
Erez Bibi
Version:
1.0

Definition at line 35 of file DcExceptionFile.h.


Constructor & Destructor Documentation

CdcExceptionFile::CdcExceptionFile ( t_exception_num  code = DC_FILE_EXP )

Constructor with error code, or default constructor.

DcExceptionFile.cpp: Implementation of CdcExceptionFile class.

Parameters:
codeThe error code for this exception (DC_FILE_EXP is the default).

for documentation see the header file.

Definition at line 29 of file DcExceptionFile.cpp.

CdcExceptionFile::CdcExceptionFile ( const CdcString msg,
t_exception_num  code = DC_FILE_EXP 
)

Constructor with code and message, or just message.

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

Definition at line 39 of file DcExceptionFile.cpp.


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