public class net.sf.cglib.core.CodeGenerationException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.sf.cglib.core.CodeGenerationException
  super_class: java.lang.RuntimeException
{
  private java.lang.Throwable cause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE

  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 // net.sf.cglib.core.CodeGenerationException this
        start local 1 // java.lang.Throwable cause
         0: .line 25
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 1 /* cause */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "-->"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* cause */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 26
            aload 0 /* this */
            aload 1 /* cause */
            putfield net.sf.cglib.core.CodeGenerationException.cause:Ljava/lang/Throwable;
         2: .line 27
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // net.sf.cglib.core.CodeGenerationException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/sf/cglib/core/CodeGenerationException;
            0    3     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      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 // net.sf.cglib.core.CodeGenerationException this
         0: .line 30
            aload 0 /* this */
            getfield net.sf.cglib.core.CodeGenerationException.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // net.sf.cglib.core.CodeGenerationException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/CodeGenerationException;
}
SourceFile: "CodeGenerationException.java"