spring-framework / org.springframework.expression / ParseException

ParseException

open class ParseException : ExpressionException

Represent an exception that occurs during expression parsing.

Author
Andy Clement

Since
3.0

Constructors

<init>

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.