public class

InternalParseException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.expression.spel.InternalParseException

Class Overview

Wraps a real parse exception. This exception flows to the top parse method and then the wrapped exception is thrown as the real problem.

Summary

Public Constructors
InternalParseException(SpelParseException cause)
Public Methods
SpelParseException getCause()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InternalParseException (SpelParseException cause)

Public Methods

public SpelParseException getCause ()