#include <GTXabsl2EngineExecutor.h>
Inheritance diagram for GTXabsl2ErrorHandler:
Public Member Functions | |
GTXabsl2ErrorHandler (SolutionRequest::xabsl2EngineID id) | |
virtual void | printError (const char *text) |
virtual void | printMessage (const char *text) |
Private Attributes | |
SolutionRequest::xabsl2EngineID | id |
Definition at line 19 of file GTXabsl2EngineExecutor.h.
GTXabsl2ErrorHandler::GTXabsl2ErrorHandler | ( | SolutionRequest::xabsl2EngineID | id | ) |
Constructor
id | The id of the Xabsl2Engine. |
Definition at line 413 of file GTXabsl2EngineExecutor.cpp.
void GTXabsl2ErrorHandler::printError | ( | const char * | text | ) | [virtual] |
Prints out an error
text | The text to display |
Implements Xabsl2ErrorHandler.
Definition at line 418 of file GTXabsl2EngineExecutor.cpp.
References SolutionRequest::getXabsl2EngineIDName(), idText, and OUTPUT.
void GTXabsl2ErrorHandler::printMessage | ( | const char * | text | ) | [virtual] |
Prints out a message
text | The text to display |
Implements Xabsl2ErrorHandler.
Definition at line 425 of file GTXabsl2EngineExecutor.cpp.
References SolutionRequest::getXabsl2EngineIDName(), idText, and OUTPUT.
The id of the Xabsl2Engine.
Definition at line 42 of file GTXabsl2EngineExecutor.h.