Class SpelParseException

All Implemented Interfaces:
Serializable

public class SpelParseException extends ParseException
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:
  • Constructor Details

  • Method Details

    • getMessageCode

      public SpelMessage getMessageCode()
      Return the message code.
    • getInserts

      public Object[] getInserts()
      Return the message inserts.