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 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial jdk.jshell.spi.ExecutionControl$RunException.<init>:(Ljava/lang/String;)V
1: aload 0
aload 2
putfield jdk.jshell.spi.ExecutionControl$UserException.causeExceptionClass:Ljava/lang/String;
2: aload 0
aload 3
invokevirtual jdk.jshell.spi.ExecutionControl$UserException.setStackTrace:([Ljava/lang/StackTraceElement;)V
3: return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield jdk.jshell.spi.ExecutionControl$UserException.causeExceptionClass:Ljava/lang/String;
areturn
end local 0 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