lemAutoRun  1.0
Public Attributes | List of all members
XMLParseError Struct Reference

#include <PAutoRunParser.h>

Collaboration diagram for XMLParseError:
Collaboration graph
[legend]

Public Attributes

int errorCode
 error code number defined in lemAutoRun.h More...
 
int lineNo
 line number in the user auto run seqence where the error occured More...
 
QString errorMsg
 'clear text' error message. At the moment mostly comming from xerces More...
 

Detailed Description

Structure holding information for status/error notification.

Definition at line 44 of file PAutoRunParser.h.

Member Data Documentation

int XMLParseError::errorCode
QString XMLParseError::errorMsg

'clear text' error message. At the moment mostly comming from xerces

Definition at line 47 of file PAutoRunParser.h.

Referenced by PSAX2AutoRunParseHandler::error(), PSAX2AutoRunParseHandler::fatalError(), PSAX2AutoRunParseHandler::internalFatalError(), and PSAX2AutoRunParseHandler::warning().

int XMLParseError::lineNo

line number in the user auto run seqence where the error occured

Definition at line 46 of file PAutoRunParser.h.

Referenced by PSAX2AutoRunParseHandler::error(), PSAX2AutoRunParseHandler::fatalError(), PSAX2AutoRunParseHandler::internalFatalError(), and PSAX2AutoRunParseHandler::warning().


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