class sun.reflect.InstantiationExceptionConstructorAccessorImpl extends sun.reflect.ConstructorAccessorImpl
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.reflect.InstantiationExceptionConstructorAccessorImpl
super_class: sun.reflect.ConstructorAccessorImpl
{
private java.lang.String message;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.reflect.InstantiationExceptionConstructorAccessorImpl this
start local 1 // java.lang.String message
0: .line 38
aload 0 /* this */
invokespecial sun.reflect.ConstructorAccessorImpl.<init>:()V
1: .line 39
aload 0 /* this */
aload 1 /* message */
putfield sun.reflect.InstantiationExceptionConstructorAccessorImpl.message:Ljava/lang/String;
2: .line 40
return
end local 1 // java.lang.String message
end local 0 // sun.reflect.InstantiationExceptionConstructorAccessorImpl this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/reflect/InstantiationExceptionConstructorAccessorImpl;
0 3 1 message Ljava/lang/String;
MethodParameters:
Name Flags
message
public java.lang.Object newInstance(java.lang.Object[]);
descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 // sun.reflect.InstantiationExceptionConstructorAccessorImpl this
start local 1 // java.lang.Object[] args
0: .line 47
aload 0 /* this */
getfield sun.reflect.InstantiationExceptionConstructorAccessorImpl.message:Ljava/lang/String;
ifnonnull 2
1: .line 48
new java.lang.InstantiationException
dup
invokespecial java.lang.InstantiationException.<init>:()V
athrow
2: .line 50
StackMap locals:
StackMap stack:
new java.lang.InstantiationException
dup
aload 0 /* this */
getfield sun.reflect.InstantiationExceptionConstructorAccessorImpl.message:Ljava/lang/String;
invokespecial java.lang.InstantiationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 // java.lang.Object[] args
end local 0 // sun.reflect.InstantiationExceptionConstructorAccessorImpl this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/reflect/InstantiationExceptionConstructorAccessorImpl;
0 3 1 args [Ljava/lang/Object;
Exceptions:
throws java.lang.InstantiationException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException
MethodParameters:
Name Flags
args
}
SourceFile: "InstantiationExceptionConstructorAccessorImpl.java"