ParseException(@Nullable expressionString: String, position: Int, message: String)
Create a new expression parsing exception.
expressionString - the expression string that could not be parsed
position - the position in the expression string where the problem occurred
message - description of the problem that occurred
ParseException(position: Int, message: String, cause: Throwable)
Create a new expression parsing exception.
position - the position in the expression string where the problem occurred
message - description of the problem that occurred
cause - the underlying cause of this exception
ParseException(position: Int, message: String)
Create a new expression parsing exception.
position - the position in the expression string where the problem occurred