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
InternalParseException(cause: SpelParseException) |
open val cause: SpelParseException |