class sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy extends sun.reflect.annotation.ExceptionProxy
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy
  super_class: sun.reflect.annotation.ExceptionProxy
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7844069490309503934

  private java.lang.reflect.Method member;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String foundType;
    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.annotation.AnnotationTypeMismatchExceptionProxy this
        start local 1 // java.lang.String foundType
         0: .line 47
            aload 0 /* this */
            invokespecial sun.reflect.annotation.ExceptionProxy.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* foundType */
            putfield sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy.foundType:Ljava/lang/String;
         2: .line 49
            return
        end local 1 // java.lang.String foundType
        end local 0 // sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lsun/reflect/annotation/AnnotationTypeMismatchExceptionProxy;
            0    3     1  foundType  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      foundType  

  sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy setMember(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Lsun/reflect/annotation/AnnotationTypeMismatchExceptionProxy;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy this
        start local 1 // java.lang.reflect.Method member
         0: .line 52
            aload 0 /* this */
            aload 1 /* member */
            putfield sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy.member:Ljava/lang/reflect/Method;
         1: .line 53
            aload 0 /* this */
            areturn
        end local 1 // java.lang.reflect.Method member
        end local 0 // sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/reflect/annotation/AnnotationTypeMismatchExceptionProxy;
            0    2     1  member  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      member  

  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.AnnotationTypeMismatchExceptionProxy this
         0: .line 57
            new java.lang.annotation.AnnotationTypeMismatchException
            dup
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy.member:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy.foundType:Ljava/lang/String;
            invokespecial java.lang.annotation.AnnotationTypeMismatchException.<init>:(Ljava/lang/reflect/Method;Ljava/lang/String;)V
            areturn
        end local 0 // sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotationTypeMismatchExceptionProxy;
}
SourceFile: "AnnotationTypeMismatchExceptionProxy.java"