#include <MsgFileOutputStream.hpp>
Public Member Functions | |
WriteException (const char *theFileName, int theErrorCode) | |
Construct an WriteException exception object for an exception that occurred while writing to a file. More... | |
~WriteException () | |
Public Attributes | |
char | m_message [1200] |
Definition at line 83 of file MsgFileOutputStream.hpp.
MsgFileOutputStream::WriteException::WriteException | ( | const char * | theFileName, |
int | theErrorCode | ||
) |
Construct an WriteException exception object for an exception that occurred while writing to a file.
theFileName | The name of file. |
theErrorCode | The errno for the error encountered |
MsgFileOutputStream::WriteException::~WriteException | ( | ) |
char MsgFileOutputStream::WriteException::m_message[1200] |
Definition at line 100 of file MsgFileOutputStream.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|