Class SyntaxErrorCode
java.lang.Object
org.pipservices3.expressions.calculator.SyntaxErrorCode
General syntax errors.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The error atstatic final String
The error nearstatic final String
The internal errorstatic final String
The missed close parenthesisstatic final String
The missed close square bracketstatic final String
The unexpected end.static final String
The unknownstatic final String
The 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()
-