public class org.apache.commons.lang.exception.NestableException extends java.lang.Exception implements org.apache.commons.lang.exception.Nestable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.lang.exception.NestableException
  super_class: java.lang.Exception
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected org.apache.commons.lang.exception.NestableDelegate delegate;
    descriptor: Lorg/apache/commons/lang/exception/NestableDelegate;
    flags: (0x0004) ACC_PROTECTED

  private java.lang.Throwable cause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.exception.NestableException this
         0: .line 116
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 103
            aload 0 /* this */
            new org.apache.commons.lang.exception.NestableDelegate
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.lang.exception.NestableDelegate.<init>:(Lorg/apache/commons/lang/exception/Nestable;)V
            putfield org.apache.commons.lang.exception.NestableException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
         2: .line 109
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.lang.exception.NestableException.cause:Ljava/lang/Throwable;
         3: .line 117
            return
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/lang/exception/NestableException;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.exception.NestableException this
        start local 1 // java.lang.String msg
         0: .line 126
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 103
            aload 0 /* this */
            new org.apache.commons.lang.exception.NestableDelegate
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.lang.exception.NestableDelegate.<init>:(Lorg/apache/commons/lang/exception/Nestable;)V
            putfield org.apache.commons.lang.exception.NestableException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
         2: .line 109
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.lang.exception.NestableException.cause:Ljava/lang/Throwable;
         3: .line 127
            return
        end local 1 // java.lang.String msg
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/lang/exception/NestableException;
            0    4     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=4, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.exception.NestableException this
        start local 1 // java.lang.Throwable cause
         0: .line 137
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 103
            aload 0 /* this */
            new org.apache.commons.lang.exception.NestableDelegate
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.lang.exception.NestableDelegate.<init>:(Lorg/apache/commons/lang/exception/Nestable;)V
            putfield org.apache.commons.lang.exception.NestableException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
         2: .line 109
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.lang.exception.NestableException.cause:Ljava/lang/Throwable;
         3: .line 138
            aload 0 /* this */
            aload 1 /* cause */
            putfield org.apache.commons.lang.exception.NestableException.cause:Ljava/lang/Throwable;
         4: .line 139
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/commons/lang/exception/NestableException;
            0    5     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.lang.exception.NestableException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable cause
         0: .line 150
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 103
            aload 0 /* this */
            new org.apache.commons.lang.exception.NestableDelegate
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.lang.exception.NestableDelegate.<init>:(Lorg/apache/commons/lang/exception/Nestable;)V
            putfield org.apache.commons.lang.exception.NestableException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
         2: .line 109
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.lang.exception.NestableException.cause:Ljava/lang/Throwable;
         3: .line 151
            aload 0 /* this */
            aload 2 /* cause */
            putfield org.apache.commons.lang.exception.NestableException.cause:Ljava/lang/Throwable;
         4: .line 152
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String msg
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/commons/lang/exception/NestableException;
            0    5     1    msg  Ljava/lang/String;
            0    5     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      msg    
      cause  

  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.lang.exception.NestableException this
         0: .line 158
            aload 0 /* this */
            getfield org.apache.commons.lang.exception.NestableException.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/exception/NestableException;

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.exception.NestableException this
         0: .line 169
            aload 0 /* this */
            invokespecial java.lang.Exception.getMessage:()Ljava/lang/String;
            ifnull 2
         1: .line 170
            aload 0 /* this */
            invokespecial java.lang.Exception.getMessage:()Ljava/lang/String;
            areturn
         2: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.exception.NestableException.cause:Ljava/lang/Throwable;
            ifnull 4
         3: .line 172
            aload 0 /* this */
            getfield org.apache.commons.lang.exception.NestableException.cause:Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
            areturn
         4: .line 174
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/lang/exception/NestableException;

  public java.lang.String getMessage(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.exception.NestableException this
        start local 1 // int index
         0: .line 182
            iload 1 /* index */
            ifne 2
         1: .line 183
            aload 0 /* this */
            invokespecial java.lang.Exception.getMessage:()Ljava/lang/String;
            areturn
         2: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.exception.NestableException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            iload 1 /* index */
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.getMessage:(I)Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/commons/lang/exception/NestableException;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String[] getMessages();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.exception.NestableException this
         0: .line 192
            aload 0 /* this */
            getfield org.apache.commons.lang.exception.NestableException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.getMessages:()[Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/exception/NestableException;

  public java.lang.Throwable getThrowable(int);
    descriptor: (I)Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.exception.NestableException this
        start local 1 // int index
         0: .line 199
            aload 0 /* this */
            getfield org.apache.commons.lang.exception.NestableException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            iload 1 /* index */
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.getThrowable:(I)Ljava/lang/Throwable;
            areturn
        end local 1 // int index
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/commons/lang/exception/NestableException;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getThrowableCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.exception.NestableException this
         0: .line 206
            aload 0 /* this */
            getfield org.apache.commons.lang.exception.NestableException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.getThrowableCount:()I
            ireturn
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/exception/NestableException;

  public java.lang.Throwable[] getThrowables();
    descriptor: ()[Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.exception.NestableException this
         0: .line 213
            aload 0 /* this */
            getfield org.apache.commons.lang.exception.NestableException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.getThrowables:()[Ljava/lang/Throwable;
            areturn
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/exception/NestableException;

  public int indexOfThrowable(java.lang.Class);
    descriptor: (Ljava/lang/Class;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.exception.NestableException this
        start local 1 // java.lang.Class type
         0: .line 220
            aload 0 /* this */
            getfield org.apache.commons.lang.exception.NestableException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            aload 1 /* type */
            iconst_0
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.indexOfThrowable:(Ljava/lang/Class;I)I
            ireturn
        end local 1 // java.lang.Class type
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/exception/NestableException;
            0    1     1  type  Ljava/lang/Class;
    MethodParameters:
      Name  Flags
      type  

  public int indexOfThrowable(java.lang.Class, int);
    descriptor: (Ljava/lang/Class;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.lang.exception.NestableException this
        start local 1 // java.lang.Class type
        start local 2 // int fromIndex
         0: .line 227
            aload 0 /* this */
            getfield org.apache.commons.lang.exception.NestableException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            aload 1 /* type */
            iload 2 /* fromIndex */
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.indexOfThrowable:(Ljava/lang/Class;I)I
            ireturn
        end local 2 // int fromIndex
        end local 1 // java.lang.Class type
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/apache/commons/lang/exception/NestableException;
            0    1     1       type  Ljava/lang/Class;
            0    1     2  fromIndex  I
    MethodParameters:
           Name  Flags
      type       
      fromIndex  

  public void printStackTrace();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.exception.NestableException this
         0: .line 234
            aload 0 /* this */
            getfield org.apache.commons.lang.exception.NestableException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.printStackTrace:()V
         1: .line 235
            return
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/lang/exception/NestableException;

  public void printStackTrace(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.exception.NestableException this
        start local 1 // java.io.PrintStream out
         0: .line 241
            aload 0 /* this */
            getfield org.apache.commons.lang.exception.NestableException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            aload 1 /* out */
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.printStackTrace:(Ljava/io/PrintStream;)V
         1: .line 242
            return
        end local 1 // java.io.PrintStream out
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/lang/exception/NestableException;
            0    2     1   out  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      out   

  public void printStackTrace(java.io.PrintWriter);
    descriptor: (Ljava/io/PrintWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.exception.NestableException this
        start local 1 // java.io.PrintWriter out
         0: .line 248
            aload 0 /* this */
            getfield org.apache.commons.lang.exception.NestableException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            aload 1 /* out */
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.printStackTrace:(Ljava/io/PrintWriter;)V
         1: .line 249
            return
        end local 1 // java.io.PrintWriter out
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/lang/exception/NestableException;
            0    2     1   out  Ljava/io/PrintWriter;
    MethodParameters:
      Name  Flags
      out   

  public final void printPartialStackTrace(java.io.PrintWriter);
    descriptor: (Ljava/io/PrintWriter;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.exception.NestableException this
        start local 1 // java.io.PrintWriter out
         0: .line 255
            aload 0 /* this */
            aload 1 /* out */
            invokespecial java.lang.Exception.printStackTrace:(Ljava/io/PrintWriter;)V
         1: .line 256
            return
        end local 1 // java.io.PrintWriter out
        end local 0 // org.apache.commons.lang.exception.NestableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/lang/exception/NestableException;
            0    2     1   out  Ljava/io/PrintWriter;
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "NestableException.java"