public class jdk.jshell.spi.ExecutionControl$InternalException extends jdk.jshell.spi.ExecutionControl$ExecutionControlException
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: jdk.jshell.spi.ExecutionControl$InternalException
super_class: jdk.jshell.spi.ExecutionControl$ExecutionControlException
{
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 start local 1 0: aload 0
aload 1
invokespecial jdk.jshell.spi.ExecutionControl$ExecutionControlException.<init>:(Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/jshell/spi/ExecutionControl$InternalException;
0 2 1 message Ljava/lang/String;
MethodParameters:
Name Flags
message
}
SourceFile: "ExecutionControl.java"
NestHost: jdk.jshell.spi.ExecutionControl
InnerClasses:
public abstract ExecutionControlException = jdk.jshell.spi.ExecutionControl$ExecutionControlException of jdk.jshell.spi.ExecutionControl
public InternalException = jdk.jshell.spi.ExecutionControl$InternalException of jdk.jshell.spi.ExecutionControl