Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | Public Attributes | List of all members
MsgFileOutputStream::WriteException Class Reference

#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]
 

Detailed Description

Definition at line 83 of file MsgFileOutputStream.hpp.

Constructor & Destructor Documentation

◆ WriteException()

MsgFileOutputStream::WriteException::WriteException ( const char *  theFileName,
int  theErrorCode 
)

Construct an WriteException exception object for an exception that occurred while writing to a file.

Parameters
theFileNameThe name of file.
theErrorCodeThe errno for the error encountered

◆ ~WriteException()

MsgFileOutputStream::WriteException::~WriteException ( )

Member Data Documentation

◆ m_message

char MsgFileOutputStream::WriteException::m_message[1200]

Definition at line 100 of file MsgFileOutputStream.hpp.


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo