Class SpelParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.expression.ExpressionException
org.springframework.expression.ParseException
org.springframework.expression.spel.SpelParseException
- All Implemented Interfaces:
- Serializable
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.- Since:
- 3.0
- Author:
- Andy Clement, Juergen Hoeller
- See Also:
- 
Field SummaryFields inherited from class org.springframework.expression.ExpressionExceptionexpressionString, position
- 
Constructor SummaryConstructorsConstructorDescriptionSpelParseException(int position, Throwable cause, SpelMessage message, Object... inserts) SpelParseException(int position, SpelMessage message, Object... inserts) SpelParseException(String expressionString, int position, SpelMessage message, Object... inserts) 
- 
Method SummaryMethods inherited from class org.springframework.expression.ExpressionExceptiongetExpressionString, getMessage, getPosition, getSimpleMessage, toDetailedStringMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SpelParseExceptionpublic SpelParseException(@Nullable String expressionString, int position, SpelMessage message, Object... inserts) 
- 
SpelParseException
- 
SpelParseException
 
- 
- 
Method Details- 
getMessageCodeReturn the message code.
- 
getInsertsReturn the message inserts.
 
-