public class net.bytebuddy.implementation.ExceptionMethod implements net.bytebuddy.implementation.Implementation, net.bytebuddy.implementation.bytecode.ByteCodeAppender
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.ExceptionMethod
  super_class: java.lang.Object
{
  private final net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate constructionDelegate;
    descriptor: Lnet/bytebuddy/implementation/ExceptionMethod$ConstructionDelegate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate);
    descriptor: (Lnet/bytebuddy/implementation/ExceptionMethod$ConstructionDelegate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.ExceptionMethod this
        start local 1 // net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate constructionDelegate
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* constructionDelegate */
            putfield net.bytebuddy.implementation.ExceptionMethod.constructionDelegate:Lnet/bytebuddy/implementation/ExceptionMethod$ConstructionDelegate;
         2: .line 50
            return
        end local 1 // net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate constructionDelegate
        end local 0 // net.bytebuddy.implementation.ExceptionMethod this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                  this  Lnet/bytebuddy/implementation/ExceptionMethod;
            0    3     1  constructionDelegate  Lnet/bytebuddy/implementation/ExceptionMethod$ConstructionDelegate;
    MethodParameters:
                      Name  Flags
      constructionDelegate  

  public static net.bytebuddy.implementation.Implementation throwing(java.lang.Class<? extends java.lang.Throwable>);
    descriptor: (Ljava/lang/Class;)Lnet/bytebuddy/implementation/Implementation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Class throwableType
         0: .line 62
            aload 0 /* throwableType */
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokestatic net.bytebuddy.implementation.ExceptionMethod.throwing:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/Implementation;
            areturn
        end local 0 // java.lang.Class throwableType
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0  throwableType  Ljava/lang/Class<+Ljava/lang/Throwable;>;
    Signature: (Ljava/lang/Class<+Ljava/lang/Throwable;>;)Lnet/bytebuddy/implementation/Implementation;
    MethodParameters:
               Name  Flags
      throwableType  

  public static net.bytebuddy.implementation.Implementation throwing(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/Implementation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription throwableType
         0: .line 75
            aload 0 /* throwableType */
            ldc Ljava/lang/Throwable;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Ljava/lang/Class;)Z
            ifne 2
         1: .line 76
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* throwableType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " does not extend throwable"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 78
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.ExceptionMethod
            dup
            new net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor
            dup
            aload 0 /* throwableType */
            invokespecial net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor.<init>:(Lnet/bytebuddy/description/type/TypeDescription;)V
            invokespecial net.bytebuddy.implementation.ExceptionMethod.<init>:(Lnet/bytebuddy/implementation/ExceptionMethod$ConstructionDelegate;)V
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription throwableType
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0  throwableType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
               Name  Flags
      throwableType  

  public static net.bytebuddy.implementation.Implementation throwing(java.lang.Class<? extends java.lang.Throwable>, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;)Lnet/bytebuddy/implementation/Implementation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.Class throwableType
        start local 1 // java.lang.String message
         0: .line 92
            aload 0 /* throwableType */
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* message */
            invokestatic net.bytebuddy.implementation.ExceptionMethod.throwing:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/String;)Lnet/bytebuddy/implementation/Implementation;
            areturn
        end local 1 // java.lang.String message
        end local 0 // java.lang.Class throwableType
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0  throwableType  Ljava/lang/Class<+Ljava/lang/Throwable;>;
            0    1     1        message  Ljava/lang/String;
    Signature: (Ljava/lang/Class<+Ljava/lang/Throwable;>;Ljava/lang/String;)Lnet/bytebuddy/implementation/Implementation;
    MethodParameters:
               Name  Flags
      throwableType  
      message        

  public static net.bytebuddy.implementation.Implementation throwing(net.bytebuddy.description.type.TypeDescription, java.lang.String);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/String;)Lnet/bytebuddy/implementation/Implementation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription throwableType
        start local 1 // java.lang.String message
         0: .line 106
            aload 0 /* throwableType */
            ldc Ljava/lang/Throwable;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Ljava/lang/Class;)Z
            ifne 2
         1: .line 107
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* throwableType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " does not extend throwable"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 109
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.ExceptionMethod
            dup
            new net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor
            dup
            aload 0 /* throwableType */
            aload 1 /* message */
            invokespecial net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/String;)V
            invokespecial net.bytebuddy.implementation.ExceptionMethod.<init>:(Lnet/bytebuddy/implementation/ExceptionMethod$ConstructionDelegate;)V
            areturn
        end local 1 // java.lang.String message
        end local 0 // net.bytebuddy.description.type.TypeDescription throwableType
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0  throwableType  Lnet/bytebuddy/description/type/TypeDescription;
            0    3     1        message  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      throwableType  
      message        

  public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.ExceptionMethod this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 116
            aload 1 /* instrumentedType */
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.ExceptionMethod this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/ExceptionMethod;
            0    1     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.ExceptionMethod this
        start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 123
            aload 0 /* this */
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 0 // net.bytebuddy.implementation.ExceptionMethod this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/implementation/ExceptionMethod;
            0    1     1  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
    MethodParameters:
                      Name  Flags
      implementationTarget  

  public net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // net.bytebuddy.implementation.ExceptionMethod this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 130
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         1: .line 131
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ExceptionMethod.constructionDelegate:Lnet/bytebuddy/implementation/ExceptionMethod$ConstructionDelegate;
            invokeinterface net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate.make:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         2: .line 132
            getstatic net.bytebuddy.implementation.bytecode.Throw.INSTANCE:Lnet/bytebuddy/implementation/bytecode/Throw;
         3: .line 130
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
         4: .line 133
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            invokevirtual net.bytebuddy.implementation.bytecode.StackManipulation$Compound.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
         5: .line 130
            astore 4 /* stackSize */
        start local 4 // net.bytebuddy.implementation.bytecode.StackManipulation$Size stackSize
         6: .line 134
            new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size
            dup
            aload 4 /* stackSize */
            invokevirtual net.bytebuddy.implementation.bytecode.StackManipulation$Size.getMaximalSize:()I
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
            invokespecial net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size.<init>:(II)V
            areturn
        end local 4 // net.bytebuddy.implementation.bytecode.StackManipulation$Size stackSize
        end local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.implementation.ExceptionMethod this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    7     0                   this  Lnet/bytebuddy/implementation/ExceptionMethod;
            0    7     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    7     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0    7     3     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            6    7     4              stackSize  Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      instrumentedMethod     
}
SourceFile: "ExceptionMethod.java"
NestMembers:
  net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate  net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor  net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public abstract ConstructionDelegate = net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate of net.bytebuddy.implementation.ExceptionMethod
  public ForDefaultConstructor = net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor of net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate
  public ForStringConstructor = net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor of net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  public Size = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size of net.bytebuddy.implementation.bytecode.ByteCodeAppender
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
  public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()