Class ExpressionError
java.lang.Object
org.eclipse.lemminx.customservice.synapse.expression.pojo.ExpressionError
Represents an exception that occurs during the parsing of Synapse Expressions.
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionError(int line, int charPositionInLine, String message, Object offendingSymbol, org.antlr.v4.runtime.RecognitionException exception) ExpressionError(String expression, int line, int charPositionInLine, String message, Object offendingSymbol, org.antlr.v4.runtime.RecognitionException exception) ExpressionError(String expression, ExpressionError error) -
Method Summary
-
Constructor Details
-
ExpressionError
-
ExpressionError
-
ExpressionError
-
-
Method Details