|
lemAutoRun
1.0
|
#include <PValidateErrorHandler.h>


Public Slots | |
| void | HandleErrors (int, int, int errorNo, int line, QString errorMsg) |
Public Member Functions | |
| PValidateErrorHandler () | |
| ~PValidateErrorHandler () | |
Definition at line 28 of file PValidateErrorHandler.h.
| PValidateErrorHandler::PValidateErrorHandler | ( | ) |
Constructor
Definition at line 35 of file PValidateErrorHandler.cpp.
| PValidateErrorHandler::~PValidateErrorHandler | ( | ) |
Destructor
Definition at line 45 of file PValidateErrorHandler.cpp.
|
slot |
Prints error messages. At the moment only sent to the stdout.
| errorNo | error number |
| line | line number where the error occured in the user auto run sequence |
| errorMsg | 'clear text' error message |
Definition at line 59 of file PValidateErrorHandler.cpp.
1.8.14