class net.bytebuddy.asm.Advice$ExceptionHandler$Default$2 extends net.bytebuddy.asm.Advice$ExceptionHandler$Default
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.asm.Advice$ExceptionHandler$Default$2
  super_class: net.bytebuddy.asm.Advice$ExceptionHandler$Default
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$ExceptionHandler$Default$2 this
         0: .line 6035
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial net.bytebuddy.asm.Advice$ExceptionHandler$Default.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.asm.Advice$ExceptionHandler$Default$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$ExceptionHandler$Default$2;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.implementation.bytecode.StackManipulation resolve(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$ExceptionHandler$Default$2 this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 2 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 6039
            new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod
            dup
            ldc Ljava/lang/Throwable;
            ldc "printStackTrace"
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            invokespecial net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.<init>:(Ljava/lang/reflect/Method;)V
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodInvocation.invoke:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/MethodInvocation$WithImplicitInvocationTargetType;
         1: areturn
         2: .line 6040
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
            pop
         3: .line 6041
            new java.lang.IllegalStateException
            dup
            ldc "Cannot locate Throwable::printStackTrace"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.asm.Advice$ExceptionHandler$Default$2 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lnet/bytebuddy/asm/Advice$ExceptionHandler$Default$2;
            0    4     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    4     2    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.NoSuchMethodException
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
      instrumentedType    
}
SourceFile: "Advice.java"
EnclosingMethod: net.bytebuddy.asm.Advice$ExceptionHandler$Default
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract ExceptionHandler = net.bytebuddy.asm.Advice$ExceptionHandler of net.bytebuddy.asm.Advice
  public abstract Default = net.bytebuddy.asm.Advice$ExceptionHandler$Default of net.bytebuddy.asm.Advice$ExceptionHandler
  net.bytebuddy.asm.Advice$ExceptionHandler$Default$2
  public ForLoadedMethod = net.bytebuddy.description.method.MethodDescription$ForLoadedMethod of net.bytebuddy.description.method.MethodDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract WithImplicitInvocationTargetType = net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType of net.bytebuddy.implementation.bytecode.member.MethodInvocation