public class org.apache.commons.collections.FunctorException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.collections.FunctorException
  super_class: java.lang.RuntimeException
{
  private static final boolean JDK_SUPPORTS_NESTED;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.lang.Throwable rootCause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 39
            iconst_0
            istore 0 /* flag */
        start local 0 // boolean flag
         1: .line 41
            ldc Ljava/lang/Throwable;
            ldc "getCause"
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            pop
         2: .line 42
            iconst_1
            istore 0 /* flag */
         3: .line 43
            goto 6
      StackMap locals: int
      StackMap stack: java.lang.NoSuchMethodException
         4: pop
         5: .line 44
            iconst_0
            istore 0 /* flag */
         6: .line 46
      StackMap locals:
      StackMap stack:
            iload 0 /* flag */
            putstatic org.apache.commons.collections.FunctorException.JDK_SUPPORTS_NESTED:Z
        end local 0 // boolean flag
         7: .line 47
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    7     0  flag  Z
      Exception table:
        from    to  target  type
           1     3       4  Class java.lang.NoSuchMethodException

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.FunctorException this
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 60
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.FunctorException.rootCause:Ljava/lang/Throwable;
         2: .line 61
            return
        end local 0 // org.apache.commons.collections.FunctorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/FunctorException;

  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.apache.commons.collections.FunctorException this
        start local 1 // java.lang.String msg
         0: .line 70
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 71
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.FunctorException.rootCause:Ljava/lang/Throwable;
         2: .line 72
            return
        end local 1 // java.lang.String msg
        end local 0 // org.apache.commons.collections.FunctorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/FunctorException;
            0    3     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.FunctorException this
        start local 1 // java.lang.Throwable rootCause
         0: .line 82
            aload 0 /* this */
            aload 1 /* rootCause */
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: aload 1 /* rootCause */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
      StackMap locals: uninitialized-this java.lang.Throwable
      StackMap stack: uninitialized-this java.lang.String
         2: invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         3: .line 83
            aload 0 /* this */
            aload 1 /* rootCause */
            putfield org.apache.commons.collections.FunctorException.rootCause:Ljava/lang/Throwable;
         4: .line 84
            return
        end local 1 // java.lang.Throwable rootCause
        end local 0 // org.apache.commons.collections.FunctorException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/apache/commons/collections/FunctorException;
            0    5     1  rootCause  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      rootCause  

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.collections.FunctorException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable rootCause
         0: .line 95
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 96
            aload 0 /* this */
            aload 2 /* rootCause */
            putfield org.apache.commons.collections.FunctorException.rootCause:Ljava/lang/Throwable;
         2: .line 97
            return
        end local 2 // java.lang.Throwable rootCause
        end local 1 // java.lang.String msg
        end local 0 // org.apache.commons.collections.FunctorException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/commons/collections/FunctorException;
            0    3     1        msg  Ljava/lang/String;
            0    3     2  rootCause  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      msg        
      rootCause  

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.FunctorException this
         0: .line 105
            aload 0 /* this */
            getfield org.apache.commons.collections.FunctorException.rootCause:Ljava/lang/Throwable;
            areturn
        end local 0 // org.apache.commons.collections.FunctorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/FunctorException;

  public void printStackTrace();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.FunctorException this
         0: .line 112
            aload 0 /* this */
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            invokevirtual org.apache.commons.collections.FunctorException.printStackTrace:(Ljava/io/PrintStream;)V
         1: .line 113
            return
        end local 0 // org.apache.commons.collections.FunctorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/FunctorException;

  public void printStackTrace(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.commons.collections.FunctorException this
        start local 1 // java.io.PrintStream out
         0: .line 121
            aload 1 /* out */
            dup
            astore 2
            monitorenter
         1: .line 122
            new java.io.PrintWriter
            dup
            aload 1 /* out */
            iconst_0
            invokespecial java.io.PrintWriter.<init>:(Ljava/io/OutputStream;Z)V
            astore 3 /* pw */
        start local 3 // java.io.PrintWriter pw
         2: .line 123
            aload 0 /* this */
            aload 3 /* pw */
            invokevirtual org.apache.commons.collections.FunctorException.printStackTrace:(Ljava/io/PrintWriter;)V
         3: .line 125
            aload 3 /* pw */
            invokevirtual java.io.PrintWriter.flush:()V
        end local 3 // java.io.PrintWriter pw
         4: .line 121
            aload 2
            monitorexit
         5: goto 8
      StackMap locals: org.apache.commons.collections.FunctorException java.io.PrintStream java.io.PrintStream
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
         8: .line 127
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintStream out
        end local 0 // org.apache.commons.collections.FunctorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/commons/collections/FunctorException;
            0    9     1   out  Ljava/io/PrintStream;
            2    4     3    pw  Ljava/io/PrintWriter;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    MethodParameters:
      Name  Flags
      out   

  public void printStackTrace(java.io.PrintWriter);
    descriptor: (Ljava/io/PrintWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.collections.FunctorException this
        start local 1 // java.io.PrintWriter out
         0: .line 135
            aload 1 /* out */
            dup
            astore 2
            monitorenter
         1: .line 136
            aload 0 /* this */
            aload 1 /* out */
            invokespecial java.lang.RuntimeException.printStackTrace:(Ljava/io/PrintWriter;)V
         2: .line 137
            aload 0 /* this */
            getfield org.apache.commons.collections.FunctorException.rootCause:Ljava/lang/Throwable;
            ifnull 5
            getstatic org.apache.commons.collections.FunctorException.JDK_SUPPORTS_NESTED:Z
            ifne 5
         3: .line 138
            aload 1 /* out */
            ldc "Caused by: "
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
         4: .line 139
            aload 0 /* this */
            getfield org.apache.commons.collections.FunctorException.rootCause:Ljava/lang/Throwable;
            aload 1 /* out */
            invokevirtual java.lang.Throwable.printStackTrace:(Ljava/io/PrintWriter;)V
         5: .line 135
      StackMap locals: java.io.PrintWriter
      StackMap stack:
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 142
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintWriter out
        end local 0 // org.apache.commons.collections.FunctorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/commons/collections/FunctorException;
            0   10     1   out  Ljava/io/PrintWriter;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "FunctorException.java"