Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


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

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

Detailed Description

Definition at line 63 of file MsgFileOutputStream.hpp.

Constructor & Destructor Documentation

◆ OpenException()

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

Construct an OpenException exception object for an exception that occurred when opening a file.

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

◆ ~OpenException()

MsgFileOutputStream::OpenException::~OpenException ( )

Member Data Documentation

◆ m_message

char MsgFileOutputStream::OpenException::m_message[1200]

Definition at line 80 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