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

  final java.lang.String typeName;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final java.lang.Throwable cause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0010) ACC_FINAL

  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 // sun.reflect.annotation.TypeNotPresentExceptionProxy this
        start local 1 // java.lang.String typeName
        start local 2 // java.lang.Throwable cause
         0: .line 40
            aload 0 /* this */
            invokespecial sun.reflect.annotation.ExceptionProxy.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* typeName */
            putfield sun.reflect.annotation.TypeNotPresentExceptionProxy.typeName:Ljava/lang/String;
         2: .line 42
            aload 0 /* this */
            aload 2 /* cause */
            putfield sun.reflect.annotation.TypeNotPresentExceptionProxy.cause:Ljava/lang/Throwable;
         3: .line 43
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String typeName
        end local 0 // sun.reflect.annotation.TypeNotPresentExceptionProxy this
      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 // sun.reflect.annotation.TypeNotPresentExceptionProxy this
         0: .line 46
            new java.lang.TypeNotPresentException
            dup
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeNotPresentExceptionProxy.typeName:Ljava/lang/String;
            aload 0 /* this */
            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 // sun.reflect.annotation.TypeNotPresentExceptionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/TypeNotPresentExceptionProxy;

  public java.lang.String typeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.TypeNotPresentExceptionProxy this
         0: .line 50
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeNotPresentExceptionProxy.typeName:Ljava/lang/String;
            areturn
        end local 0 // sun.reflect.annotation.TypeNotPresentExceptionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/TypeNotPresentExceptionProxy;

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.TypeNotPresentExceptionProxy this
         0: .line 54
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeNotPresentExceptionProxy.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // sun.reflect.annotation.TypeNotPresentExceptionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/TypeNotPresentExceptionProxy;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.TypeNotPresentExceptionProxy this
         0: .line 59
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeNotPresentExceptionProxy.typeName:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".class /* Warning: type not present! */"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.reflect.annotation.TypeNotPresentExceptionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/TypeNotPresentExceptionProxy;
}
SourceFile: "TypeNotPresentExceptionProxy.java"