Class MustacheErrorCode
java.lang.Object
org.pipservices3.expressions.mustache.parsers.MustacheErrorCode
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 mismatched bracketsstatic final String
The missing variablestatic final String
Not closed sectionstatic final String
The unexpected end.static final String
Unexpected section endstatic final String
The unexpected symbolstatic final String
The unknown -
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:
-
UNEXPECTED_SYMBOL
The unexpected symbol- See Also:
-
MISMATCHED_BRACKETS
The mismatched brackets- See Also:
-
MISSING_VARIABLE
The missing variable- See Also:
-
NOT_CLOSED_SECTION
Not closed section- See Also:
-
UNEXPECTED_SECTION_END
Unexpected section end- See Also:
-
-
Constructor Details
-
MustacheErrorCode
public MustacheErrorCode()
-