public class net.sf.cglib.beans.BulkBeanException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.sf.cglib.beans.BulkBeanException
  super_class: java.lang.RuntimeException
{
  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.sf.cglib.beans.BulkBeanException this
        start local 1 // java.lang.String message
        start local 2 // int index
         0: .line 26
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 27
            aload 0 /* this */
            iload 2 /* index */
            putfield net.sf.cglib.beans.BulkBeanException.index:I
         2: .line 28
            return
        end local 2 // int index
        end local 1 // java.lang.String message
        end local 0 // net.sf.cglib.beans.BulkBeanException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnet/sf/cglib/beans/BulkBeanException;
            0    3     1  message  Ljava/lang/String;
            0    3     2    index  I
    MethodParameters:
         Name  Flags
      message  
      index    

  public void <init>(java.lang.Throwable, int);
    descriptor: (Ljava/lang/Throwable;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.sf.cglib.beans.BulkBeanException this
        start local 1 // java.lang.Throwable cause
        start local 2 // int index
         0: .line 31
            aload 0 /* this */
            aload 1 /* cause */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 32
            aload 0 /* this */
            iload 2 /* index */
            putfield net.sf.cglib.beans.BulkBeanException.index:I
         2: .line 33
            aload 0 /* this */
            aload 1 /* cause */
            putfield net.sf.cglib.beans.BulkBeanException.cause:Ljava/lang/Throwable;
         3: .line 34
            return
        end local 2 // int index
        end local 1 // java.lang.Throwable cause
        end local 0 // net.sf.cglib.beans.BulkBeanException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lnet/sf/cglib/beans/BulkBeanException;
            0    4     1  cause  Ljava/lang/Throwable;
            0    4     2  index  I
    MethodParameters:
       Name  Flags
      cause  
      index  

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.beans.BulkBeanException this
         0: .line 37
            aload 0 /* this */
            getfield net.sf.cglib.beans.BulkBeanException.index:I
            ireturn
        end local 0 // net.sf.cglib.beans.BulkBeanException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/beans/BulkBeanException;

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.beans.BulkBeanException this
         0: .line 41
            aload 0 /* this */
            getfield net.sf.cglib.beans.BulkBeanException.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // net.sf.cglib.beans.BulkBeanException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/beans/BulkBeanException;
}
SourceFile: "BulkBeanException.java"