public class org.eclipse.collections.api.factory.ThrowingInvocationHandler implements java.lang.reflect.InvocationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.api.factory.ThrowingInvocationHandler
  super_class: java.lang.Object
{
  private final java.lang.String error;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.factory.ThrowingInvocationHandler this
        start local 1 // java.lang.String error
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 22
            aload 0 /* this */
            aload 1 /* error */
            putfield org.eclipse.collections.api.factory.ThrowingInvocationHandler.error:Ljava/lang/String;
         2: .line 23
            return
        end local 1 // java.lang.String error
        end local 0 // org.eclipse.collections.api.factory.ThrowingInvocationHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/api/factory/ThrowingInvocationHandler;
            0    3     1  error  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      error  

  public java.lang.Object invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.collections.api.factory.ThrowingInvocationHandler this
        start local 1 // java.lang.Object proxy
        start local 2 // java.lang.reflect.Method method
        start local 3 // java.lang.Object[] args
         0: .line 28
            new java.lang.IllegalStateException
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.api.factory.ThrowingInvocationHandler.error:Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.reflect.Method method
        end local 1 // java.lang.Object proxy
        end local 0 // org.eclipse.collections.api.factory.ThrowingInvocationHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/api/factory/ThrowingInvocationHandler;
            0    1     1   proxy  Ljava/lang/Object;
            0    1     2  method  Ljava/lang/reflect/Method;
            0    1     3    args  [Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      proxy   
      method  
      args    
}
SourceFile: "ThrowingInvocationHandler.java"