public class sun.reflect.annotation.EnumConstantNotPresentExceptionProxy extends sun.reflect.annotation.ExceptionProxy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.reflect.annotation.EnumConstantNotPresentExceptionProxy
  super_class: sun.reflect.annotation.ExceptionProxy
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -604662101303187330

  java.lang.Class<? extends java.lang.Enum> enumType;
    descriptor: Ljava/lang/Class;
    flags: (0x0000) 
    Signature: Ljava/lang/Class<+Ljava/lang/Enum;>;

  java.lang.String constName;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  public void <init>(java.lang.Class<? extends java.lang.Enum>, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.reflect.annotation.EnumConstantNotPresentExceptionProxy this
        start local 1 // java.lang.Class enumType
        start local 2 // java.lang.String constName
         0: .line 40
            aload 0 /* this */
            invokespecial sun.reflect.annotation.ExceptionProxy.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* enumType */
            putfield sun.reflect.annotation.EnumConstantNotPresentExceptionProxy.enumType:Ljava/lang/Class;
         2: .line 43
            aload 0 /* this */
            aload 2 /* constName */
            putfield sun.reflect.annotation.EnumConstantNotPresentExceptionProxy.constName:Ljava/lang/String;
         3: .line 44
            return
        end local 2 // java.lang.String constName
        end local 1 // java.lang.Class enumType
        end local 0 // sun.reflect.annotation.EnumConstantNotPresentExceptionProxy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/reflect/annotation/EnumConstantNotPresentExceptionProxy;
            0    4     1   enumType  Ljava/lang/Class<+Ljava/lang/Enum;>;
            0    4     2  constName  Ljava/lang/String;
    Signature: (Ljava/lang/Class<+Ljava/lang/Enum;>;Ljava/lang/String;)V
    MethodParameters:
           Name  Flags
      enumType   
      constName  

  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.EnumConstantNotPresentExceptionProxy this
         0: .line 47
            new java.lang.EnumConstantNotPresentException
            dup
            aload 0 /* this */
            getfield sun.reflect.annotation.EnumConstantNotPresentExceptionProxy.enumType:Ljava/lang/Class;
            aload 0 /* this */
            getfield sun.reflect.annotation.EnumConstantNotPresentExceptionProxy.constName:Ljava/lang/String;
            invokespecial java.lang.EnumConstantNotPresentException.<init>:(Ljava/lang/Class;Ljava/lang/String;)V
            areturn
        end local 0 // sun.reflect.annotation.EnumConstantNotPresentExceptionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/EnumConstantNotPresentExceptionProxy;
}
SourceFile: "EnumConstantNotPresentExceptionProxy.java"