public class org.springframework.scripting.support.StandardScriptEvalException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.scripting.support.StandardScriptEvalException
  super_class: java.lang.RuntimeException
{
  private final javax.script.ScriptException scriptException;
    descriptor: Ljavax/script/ScriptException;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(javax.script.ScriptException);
    descriptor: (Ljavax/script/ScriptException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.scripting.support.StandardScriptEvalException this
        start local 1 // javax.script.ScriptException ex
         0: .line 46
            aload 0 /* this */
            aload 1 /* ex */
            invokevirtual javax.script.ScriptException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 47
            aload 0 /* this */
            aload 1 /* ex */
            putfield org.springframework.scripting.support.StandardScriptEvalException.scriptException:Ljavax/script/ScriptException;
         2: .line 48
            return
        end local 1 // javax.script.ScriptException ex
        end local 0 // org.springframework.scripting.support.StandardScriptEvalException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/scripting/support/StandardScriptEvalException;
            0    3     1    ex  Ljavax/script/ScriptException;
    MethodParameters:
      Name  Flags
      ex    

  public final javax.script.ScriptException getScriptException();
    descriptor: ()Ljavax/script/ScriptException;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.scripting.support.StandardScriptEvalException this
         0: .line 52
            aload 0 /* this */
            getfield org.springframework.scripting.support.StandardScriptEvalException.scriptException:Ljavax/script/ScriptException;
            areturn
        end local 0 // org.springframework.scripting.support.StandardScriptEvalException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scripting/support/StandardScriptEvalException;

  public synchronized java.lang.Throwable fillInStackTrace();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.scripting.support.StandardScriptEvalException this
         0: .line 57
            aload 0 /* this */
            areturn
        end local 0 // org.springframework.scripting.support.StandardScriptEvalException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scripting/support/StandardScriptEvalException;
}
SourceFile: "StandardScriptEvalException.java"