public class sun.tools.java.ClassNotFound extends java.lang.Exception
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.tools.java.ClassNotFound
super_class: java.lang.Exception
{
public sun.tools.java.Identifier name;
descriptor: Lsun/tools/java/Identifier;
flags: (0x0001) ACC_PUBLIC
public void <init>(sun.tools.java.Identifier);
descriptor: (Lsun/tools/java/Identifier;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual sun.tools.java.Identifier.toString:()Ljava/lang/String;
invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
1: aload 0
aload 1
putfield sun.tools.java.ClassNotFound.name:Lsun/tools/java/Identifier;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/tools/java/ClassNotFound;
0 3 1 nm Lsun/tools/java/Identifier;
MethodParameters:
Name Flags
nm
}
SourceFile: "ClassNotFound.java"