public class org.springframework.expression.spel.InternalParseException extends java.lang.RuntimeException
{
public void <init>(org.springframework.expression.spel.SpelParseException)
{
org.springframework.expression.spel.InternalParseException v;
org.springframework.expression.spel.SpelParseException v;
v := @this: org.springframework.expression.spel.InternalParseException;
v := @parameter: org.springframework.expression.spel.SpelParseException;
specialinvoke v.<java.lang.RuntimeException: void <init>(java.lang.Throwable)>(v);
return;
}
public org.springframework.expression.spel.SpelParseException getCause()
{
java.lang.Throwable v;
org.springframework.expression.spel.InternalParseException v;
v := @this: org.springframework.expression.spel.InternalParseException;
v = specialinvoke v.<java.lang.RuntimeException: java.lang.Throwable getCause()>();
return v;
}
}