Represents a parse or type checking error in an expression. More...
#include <SeExpression.h>
Public Member Functions | |
Error (const std::string &errorIn, const int startPosIn, const int endPosIn) | |
Public Attributes | |
std::string | error |
Text of error. | |
int | startPos |
Error start offset in expression string. | |
int | endPos |
Error end offset in expression string. |
Represents a parse or type checking error in an expression.
Definition at line 77 of file SeExpression.h.
SeExpression::Error::Error | ( | const std::string & | errorIn, | |
const int | startPosIn, | |||
const int | endPosIn | |||
) | [inline] |
Definition at line 88 of file SeExpression.h.
Error end offset in expression string.
Definition at line 86 of file SeExpression.h.
std::string SeExpression::Error::error |
Text of error.
Definition at line 80 of file SeExpression.h.
Error start offset in expression string.
Definition at line 83 of file SeExpression.h.