spring-framework / org.springframework.expression.spel

Package org.springframework.expression.spel

Types

SpelParserConfiguration

open class SpelParserConfiguration

Configuration object for the SpEL expression parser.

Exceptions

InternalParseException

open class InternalParseException : RuntimeException

Wraps a real parse exception. This exception flows to the top parse method and then the wrapped exception is thrown as the real problem.

SpelEvaluationException

open class SpelEvaluationException : EvaluationException

Root exception for Spring EL related exceptions. Rather than holding a hard coded string indicating the problem, it records a message key and the inserts for the message. See SpelMessage for the list of all possible messages that can occur.