#include <IFormulaParserObserver.hpp>
Public Types | |
| enum | EFormulaErrorType { etNoError = 0, etSyntaxError = 1, etDivisionZero = 2, etExprNotClosed = 3, etUnknownKeyWord = 4, etDomain = 5 } |
Public Member Functions | |
| virtual void MQUALIFIER | onErrorOccured (EFormulaErrorType eType, const IString &rMessage)=0 |
Observer to get the parser and evaluation errors of the formula parser
| virtual void MQUALIFIER zeus::IFormulaParserObserver::onErrorOccured | ( | EFormulaErrorType | eType, |
| const IString & | rMessage | ||
| ) | [pure virtual] |
Callback method if an error occurs