Xalan-C++ API Reference  1.12.0
Public Member Functions | Public Attributes | List of all members
xalanc::MsgFileOutputStream::OpenException Class Reference

#include <xalanc/Utils/MsgCreator/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 59 of file MsgFileOutputStream.hpp.

Constructor & Destructor Documentation

◆ OpenException()

xalanc::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()

xalanc::MsgFileOutputStream::OpenException::~OpenException ( )

Member Data Documentation

◆ m_message

char xalanc::MsgFileOutputStream::OpenException::m_message[1200]

Definition at line 76 of file MsgFileOutputStream.hpp.


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