open class ParseException : ExpressionException
Represent an exception that occurs during expression parsing.
Author
Andy Clement
Since
3.0
ParseException(expressionString: String, position: Int, message: String)ParseException(position: Int, message: String, cause: Throwable)ParseException(position: Int, message: String)
Create a new expression parsing exception. |