final class java.lang.invoke.InvokerBytecodeGenerator$BytecodeGenerationException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: java.lang.invoke.InvokerBytecodeGenerator$BytecodeGenerationException
  super_class: java.lang.RuntimeException
{
  void <init>(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.invoke.InvokerBytecodeGenerator$BytecodeGenerationException this
        start local 1 // java.lang.Exception cause
         0: .line 871
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 872
            return
        end local 1 // java.lang.Exception cause
        end local 0 // java.lang.invoke.InvokerBytecodeGenerator$BytecodeGenerationException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljava/lang/invoke/InvokerBytecodeGenerator$BytecodeGenerationException;
            0    2     1  cause  Ljava/lang/Exception;
    MethodParameters:
       Name  Flags
      cause  
}
SourceFile: "InvokerBytecodeGenerator.java"
NestHost: java.lang.invoke.InvokerBytecodeGenerator
InnerClasses:
  final BytecodeGenerationException = java.lang.invoke.InvokerBytecodeGenerator$BytecodeGenerationException of java.lang.invoke.InvokerBytecodeGenerator