LibreOffice Module helpcompiler (master) 1
Public Member Functions | Public Attributes | List of all members
HelpProcessingException Struct Reference

#include <HelpCompiler.hxx>

Public Member Functions

 HelpProcessingException (HelpProcessingErrorClass eErrorClass, std::string aErrorMsg)
 
 HelpProcessingException (std::string aErrorMsg, std::string aXMLParsingFile, int nXMLParsingLine)
 

Public Attributes

HelpProcessingErrorClass m_eErrorClass
 
std::string m_aErrorMsg
 
std::string m_aXMLParsingFile
 
int m_nXMLParsingLine
 

Detailed Description

Definition at line 157 of file HelpCompiler.hxx.

Constructor & Destructor Documentation

◆ HelpProcessingException() [1/2]

HelpProcessingException::HelpProcessingException ( HelpProcessingErrorClass  eErrorClass,
std::string  aErrorMsg 
)
inline

Definition at line 164 of file HelpCompiler.hxx.

◆ HelpProcessingException() [2/2]

HelpProcessingException::HelpProcessingException ( std::string  aErrorMsg,
std::string  aXMLParsingFile,
int  nXMLParsingLine 
)
inline

Definition at line 169 of file HelpCompiler.hxx.

Member Data Documentation

◆ m_aErrorMsg

std::string HelpProcessingException::m_aErrorMsg

◆ m_aXMLParsingFile

std::string HelpProcessingException::m_aXMLParsingFile

Definition at line 161 of file HelpCompiler.hxx.

Referenced by HelpProcessingErrorInfo::operator=().

◆ m_eErrorClass

HelpProcessingErrorClass HelpProcessingException::m_eErrorClass

Definition at line 159 of file HelpCompiler.hxx.

Referenced by HelpProcessingErrorInfo::operator=().

◆ m_nXMLParsingLine

int HelpProcessingException::m_nXMLParsingLine

Definition at line 162 of file HelpCompiler.hxx.

Referenced by HelpProcessingErrorInfo::operator=().


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