|
lemAutoRun
1.0
|
#include <PAutoRunParser.h>

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... | |
Structure holding information for status/error notification.
Definition at line 44 of file PAutoRunParser.h.
| int XMLParseError::errorCode |
error code number defined in lemAutoRun.h
Definition at line 45 of file PAutoRunParser.h.
Referenced by PSAX2AutoRunParseHandler::error(), PSAX2AutoRunParseHandler::fatalError(), PSAX2AutoRunParseHandler::internalFatalError(), and PSAX2AutoRunParseHandler::warning().
| 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().
1.8.14