CdcExceptionFile indicates an error in retrieving files from the file system. More...
#include <DcExceptionFile.h>
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. |
CdcExceptionFile indicates an error in retrieving files from the file system.
Definition at line 35 of file DcExceptionFile.h.
CdcExceptionFile::CdcExceptionFile | ( | t_exception_num | code = DC_FILE_EXP ) |
Constructor with error code, or default constructor.
DcExceptionFile.cpp: Implementation of CdcExceptionFile class.
code | The 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.
msg | The error message for this exception. |
code | The error code for this exception (DC_FILE_EXP is the default). |
Definition at line 39 of file DcExceptionFile.cpp.