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

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

Constructor & Destructor Documentation

◆ WriteException()

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

xalanc::MsgFileOutputStream::WriteException::~WriteException ( )

Member Data Documentation

◆ m_message

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

Definition at line 96 of file MsgFileOutputStream.hpp.


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