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

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.jshell.spi.ExecutionControl$NotImplementedException this
        start local 1 // java.lang.String message
         0: .line 369
            aload 0 /* this */
            aload 1 /* message */
            invokespecial jdk.jshell.spi.ExecutionControl$InternalException.<init>:(Ljava/lang/String;)V
         1: .line 370
            return
        end local 1 // java.lang.String message
        end local 0 // jdk.jshell.spi.ExecutionControl$NotImplementedException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljdk/jshell/spi/ExecutionControl$NotImplementedException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  
}
SourceFile: "ExecutionControl.java"
NestHost: jdk.jshell.spi.ExecutionControl
InnerClasses:
  public InternalException = jdk.jshell.spi.ExecutionControl$InternalException of jdk.jshell.spi.ExecutionControl
  public NotImplementedException = jdk.jshell.spi.ExecutionControl$NotImplementedException of jdk.jshell.spi.ExecutionControl