public class sun.reflect.annotation.TypeNotPresentExceptionProxy extends sun.reflect.annotation.ExceptionProxy
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.reflect.annotation.TypeNotPresentExceptionProxy
super_class: sun.reflect.annotation.ExceptionProxy
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 5565925172427947573
java.lang.String typeName;
descriptor: Ljava/lang/String;
flags: (0x0000)
java.lang.Throwable cause;
descriptor: Ljava/lang/Throwable;
flags: (0x0000)
public void <init>(java.lang.String, java.lang.Throwable);
descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial sun.reflect.annotation.ExceptionProxy.<init>:()V
1: aload 0
aload 1
putfield sun.reflect.annotation.TypeNotPresentExceptionProxy.typeName:Ljava/lang/String;
2: aload 0
aload 2
putfield sun.reflect.annotation.TypeNotPresentExceptionProxy.cause:Ljava/lang/Throwable;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/reflect/annotation/TypeNotPresentExceptionProxy;
0 4 1 typeName Ljava/lang/String;
0 4 2 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
typeName
cause
protected java.lang.RuntimeException generateException();
descriptor: ()Ljava/lang/RuntimeException;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=1, args_size=1
start local 0 0: new java.lang.TypeNotPresentException
dup
aload 0
getfield sun.reflect.annotation.TypeNotPresentExceptionProxy.typeName:Ljava/lang/String;
aload 0
getfield sun.reflect.annotation.TypeNotPresentExceptionProxy.cause:Ljava/lang/Throwable;
invokespecial java.lang.TypeNotPresentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/TypeNotPresentExceptionProxy;
}
SourceFile: "TypeNotPresentExceptionProxy.java"