public abstract class org.apache.commons.collections4.functors.CatchAndRethrowClosure<E> implements org.apache.commons.collections4.Closure<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.commons.collections4.functors.CatchAndRethrowClosure
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.functors.CatchAndRethrowClosure this
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.collections4.functors.CatchAndRethrowClosure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/functors/CatchAndRethrowClosure<TE;>;

  public void execute();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.commons.collections4.functors.CatchAndRethrowClosure this
        start local 1 // java.lang.Object input
         0: .line 60
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual org.apache.commons.collections4.functors.CatchAndRethrowClosure.executeAndThrow:(Ljava/lang/Object;)V
         1: .line 61
            goto 6
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 2 /* ex */
        start local 2 // java.lang.RuntimeException ex
         3: .line 62
            aload 2 /* ex */
            athrow
        end local 2 // java.lang.RuntimeException ex
         4: .line 63
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* t */
        start local 2 // java.lang.Throwable t
         5: .line 64
            new org.apache.commons.collections4.FunctorException
            dup
            aload 2 /* t */
            invokespecial org.apache.commons.collections4.FunctorException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Throwable t
         6: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object input
        end local 0 // org.apache.commons.collections4.functors.CatchAndRethrowClosure this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/commons/collections4/functors/CatchAndRethrowClosure<TE;>;
            0    7     1  input  TE;
            3    4     2     ex  Ljava/lang/RuntimeException;
            5    6     2      t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException
           0     1       4  Class java.lang.Throwable
    Signature: (TE;)V
    MethodParameters:
       Name  Flags
      input  final

  protected abstract void executeAndThrow();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Throwable
    Signature: (TE;)V
    MethodParameters:
       Name  Flags
      input  
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Lorg/apache/commons/collections4/Closure<TE;>;
SourceFile: "CatchAndRethrowClosure.java"