public class jdk.jshell.spi.ExecutionControl$UserException 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$UserException
  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 java.lang.String causeExceptionClass;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, java.lang.String, java.lang.StackTraceElement[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/StackTraceElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // jdk.jshell.spi.ExecutionControl$UserException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.String causeExceptionClass
        start local 3 // java.lang.StackTraceElement[] stackElements
         0: .line 432
            aload 0 /* this */
            aload 1 /* message */
            invokespecial jdk.jshell.spi.ExecutionControl$RunException.<init>:(Ljava/lang/String;)V
         1: .line 433
            aload 0 /* this */
            aload 2 /* causeExceptionClass */
            putfield jdk.jshell.spi.ExecutionControl$UserException.causeExceptionClass:Ljava/lang/String;
         2: .line 434
            aload 0 /* this */
            aload 3 /* stackElements */
            invokevirtual jdk.jshell.spi.ExecutionControl$UserException.setStackTrace:([Ljava/lang/StackTraceElement;)V
         3: .line 435
            return
        end local 3 // java.lang.StackTraceElement[] stackElements
        end local 2 // java.lang.String causeExceptionClass
        end local 1 // java.lang.String message
        end local 0 // jdk.jshell.spi.ExecutionControl$UserException this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Ljdk/jshell/spi/ExecutionControl$UserException;
            0    4     1              message  Ljava/lang/String;
            0    4     2  causeExceptionClass  Ljava/lang/String;
            0    4     3        stackElements  [Ljava/lang/StackTraceElement;
    MethodParameters:
                     Name  Flags
      message              
      causeExceptionClass  
      stackElements        

  public java.lang.String causeExceptionClass();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.jshell.spi.ExecutionControl$UserException this
         0: .line 442
            aload 0 /* this */
            getfield jdk.jshell.spi.ExecutionControl$UserException.causeExceptionClass:Ljava/lang/String;
            areturn
        end local 0 // jdk.jshell.spi.ExecutionControl$UserException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jshell/spi/ExecutionControl$UserException;
}
SourceFile: "ExecutionControl.java"
NestHost: jdk.jshell.spi.ExecutionControl
InnerClasses:
  public abstract RunException = jdk.jshell.spi.ExecutionControl$RunException of jdk.jshell.spi.ExecutionControl
  public UserException = jdk.jshell.spi.ExecutionControl$UserException of jdk.jshell.spi.ExecutionControl