public class jdk.jshell.spi.ExecutionControl$StoppedException 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$StoppedException
  super_class: jdk.jshell.spi.ExecutionControl$RunException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.jshell.spi.ExecutionControl$StoppedException this
         0: .line 498
            aload 0 /* this */
            ldc "stopped by stop()"
            invokespecial jdk.jshell.spi.ExecutionControl$RunException.<init>:(Ljava/lang/String;)V
         1: .line 499
            return
        end local 0 // jdk.jshell.spi.ExecutionControl$StoppedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/jshell/spi/ExecutionControl$StoppedException;
}
SourceFile: "ExecutionControl.java"
NestHost: jdk.jshell.spi.ExecutionControl
InnerClasses:
  public abstract RunException = jdk.jshell.spi.ExecutionControl$RunException of jdk.jshell.spi.ExecutionControl
  public StoppedException = jdk.jshell.spi.ExecutionControl$StoppedException of jdk.jshell.spi.ExecutionControl