EvaluationException(message: String)
Create a new expression evaluation exception.
message - description of the problem that occurred
EvaluationException(message: String, cause: Throwable)
Create a new expression evaluation exception.
message - description of the problem that occurred
cause - the underlying cause of this exception
EvaluationException(position: Int, message: String)
Create a new expression evaluation exception.
position - the position in the expression where the problem occurred
message - description of the problem that occurred
EvaluationException(expressionString: String, message: String)
Create a new expression evaluation exception.
expressionString - the expression that could not be evaluated
message - description of the problem that occurred
EvaluationException(position: Int, message: String, cause: Throwable)
Create a new expression evaluation exception.
position - the position in the expression where the problem occurred