Class MalformedExpressionException

All Implemented Interfaces:
Serializable

public class MalformedExpressionException extends ParseException

Thrown by a ExpressionParser when we got an unexpected token, indicating that the expression must be malformed. Note that the Token in this case does not have any absolute line/column info, so doesn't hold much relevance to the user. I.e. the column only relates to the expression string itself, not where the expression appears in the overall file.

See Also: