Class SyntaxErrorCode
java.lang.Object
org.pipservices3.expressions.calculator.SyntaxErrorCode
General syntax errors.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe error atstatic final StringThe error nearstatic final StringThe internal errorstatic final StringThe missed close parenthesisstatic final StringThe missed close square bracketstatic final StringThe unexpected end.static final StringThe unknownstatic final StringThe unknown symbol -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNKNOWN
The unknown- See Also:
-
INTERNAL
The internal error- See Also:
-
UNEXPECTED_END
The unexpected end.- See Also:
-
ERROR_NEAR
The error near- See Also:
-
ERROR_AT
The error at- See Also:
-
UNKNOWN_SYMBOL
The unknown symbol- See Also:
-
MISSED_CLOSE_PARENTHESIS
The missed close parenthesis- See Also:
-
MISSED_CLOSE_SQUARE_BRACKET
The missed close square bracket- See Also:
-
-
Constructor Details
-
SyntaxErrorCode
public SyntaxErrorCode()
-