类 InternalParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.expression.spel.InternalParseException
所有已实现的接口:
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.
从以下版本开始:
4.0
作者:
Andy Clement
另请参阅: