public class jdk.jshell.spi.ExecutionControl$ResolutionException extends jdk.jshell.spi.ExecutionControl$RunException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.jshell.spi.ExecutionControl$ResolutionException
  super_class: jdk.jshell.spi.ExecutionControl$RunException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final int id;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, java.lang.StackTraceElement[]);
    descriptor: (I[Ljava/lang/StackTraceElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jdk.jshell.spi.ExecutionControl$ResolutionException this
        start local 1 // int id
        start local 2 // java.lang.StackTraceElement[] stackElements
         0: .line 471
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "resolution exception: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* id */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial jdk.jshell.spi.ExecutionControl$RunException.<init>:(Ljava/lang/String;)V
         1: .line 472
            aload 0 /* this */
            iload 1 /* id */
            putfield jdk.jshell.spi.ExecutionControl$ResolutionException.id:I
         2: .line 473
            aload 0 /* this */
            aload 2 /* stackElements */
            invokevirtual jdk.jshell.spi.ExecutionControl$ResolutionException.setStackTrace:([Ljava/lang/StackTraceElement;)V
         3: .line 474
            return
        end local 2 // java.lang.StackTraceElement[] stackElements
        end local 1 // int id
        end local 0 // jdk.jshell.spi.ExecutionControl$ResolutionException this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Ljdk/jshell/spi/ExecutionControl$ResolutionException;
            0    4     1             id  I
            0    4     2  stackElements  [Ljava/lang/StackTraceElement;
    MethodParameters:
               Name  Flags
      id             
      stackElements  

  public int id();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.jshell.spi.ExecutionControl$ResolutionException this
         0: .line 482
            aload 0 /* this */
            getfield jdk.jshell.spi.ExecutionControl$ResolutionException.id:I
            ireturn
        end local 0 // jdk.jshell.spi.ExecutionControl$ResolutionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jshell/spi/ExecutionControl$ResolutionException;
}
SourceFile: "ExecutionControl.java"
NestHost: jdk.jshell.spi.ExecutionControl
InnerClasses:
  public ResolutionException = jdk.jshell.spi.ExecutionControl$ResolutionException of jdk.jshell.spi.ExecutionControl
  public abstract RunException = jdk.jshell.spi.ExecutionControl$RunException of jdk.jshell.spi.ExecutionControl