#include <MsgFileOutputStream.hpp>
Public Member Functions | |
OpenException (const char *theFileName, int theErrorCode) | |
Construct an OpenException exception object for an exception that occurred when opening a file. More... | |
~OpenException () | |
Public Attributes | |
char | m_message [1200] |
Definition at line 63 of file MsgFileOutputStream.hpp.
MsgFileOutputStream::OpenException::OpenException | ( | const char * | theFileName, |
int | theErrorCode | ||
) |
Construct an OpenException exception object for an exception that occurred when opening a file.
theFileName | The name of file. |
theErrorCode | The errno for the error encountered |
MsgFileOutputStream::OpenException::~OpenException | ( | ) |
char MsgFileOutputStream::OpenException::m_message[1200] |
Definition at line 80 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 |
|