open class SpelParserConfiguration
Configuration object for the SpEL expression parser. |
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. |
|
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. |