spring-framework / org.springframework.expression.spel / InternalParseException

InternalParseException

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.

Author
Andy Clement

Since
3.0

Constructors

<init>

InternalParseException(cause: SpelParseException)

Properties

cause

open val cause: SpelParseException