public class org.springframework.expression.spel.InternalParseException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.expression.spel.InternalParseException
  super_class: java.lang.RuntimeException
{
  public void <init>(org.springframework.expression.spel.SpelParseException);
    descriptor: (Lorg/springframework/expression/spel/SpelParseException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.expression.spel.InternalParseException this
        start local 1 // org.springframework.expression.spel.SpelParseException cause
         0: .line 30
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 31
            return
        end local 1 // org.springframework.expression.spel.SpelParseException cause
        end local 0 // org.springframework.expression.spel.InternalParseException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/expression/spel/InternalParseException;
            0    2     1  cause  Lorg/springframework/expression/spel/SpelParseException;
    MethodParameters:
       Name  Flags
      cause  

  public org.springframework.expression.spel.SpelParseException getCause();
    descriptor: ()Lorg/springframework/expression/spel/SpelParseException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.InternalParseException this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
            checkcast org.springframework.expression.spel.SpelParseException
            areturn
        end local 0 // org.springframework.expression.spel.InternalParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/InternalParseException;

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.expression.spel.InternalParseException.getCause:()Lorg/springframework/expression/spel/SpelParseException;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "InternalParseException.java"