org.springframework.expression.spel
Class InternalParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.expression.spel.InternalParseException
- All Implemented Interfaces:
- Serializable
public class InternalParseException
- extends 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.
- Since:
- 3.0
- Author:
- Andy Clement
- See Also:
- Serialized Form
InternalParseException
public InternalParseException(SpelParseException cause)
getCause
public SpelParseException getCause()
- Overrides:
getCause
in class Throwable