public class SpelParseException extends ParseException
SpelMessage for the list of all possible messages that can occur.expressionString, position| Constructor and Description | 
|---|
| SpelParseException(int position,
                  SpelMessage message,
                  Object... inserts) | 
| SpelParseException(int position,
                  Throwable cause,
                  SpelMessage message,
                  Object... inserts) | 
| SpelParseException(String expressionString,
                  int position,
                  SpelMessage message,
                  Object... inserts) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object[] | getInserts()Return the message inserts. | 
| SpelMessage | getMessageCode()Return the message code. | 
getExpressionString, getMessage, getPosition, getSimpleMessage, toDetailedStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SpelParseException(@Nullable
                          String expressionString,
                          int position,
                          SpelMessage message,
                          Object... inserts)
public SpelParseException(int position,
                          SpelMessage message,
                          Object... inserts)
public SpelParseException(int position,
                          Throwable cause,
                          SpelMessage message,
                          Object... inserts)
public SpelMessage getMessageCode()
public Object[] getInserts()