Class MustacheErrorCode
java.lang.Object
org.pipservices3.expressions.mustache.parsers.MustacheErrorCode
General syntax errors.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe error atstatic final StringThe error nearstatic final StringThe internal errorstatic final StringThe mismatched bracketsstatic final StringThe missing variablestatic final StringNot closed sectionstatic final StringThe unexpected end.static final StringUnexpected section endstatic final StringThe unexpected symbolstatic final StringThe 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()
-