public class net.sf.cglib.proxy.UndeclaredThrowableException extends net.sf.cglib.core.CodeGenerationException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.sf.cglib.proxy.UndeclaredThrowableException
  super_class: net.sf.cglib.core.CodeGenerationException
{
  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 // net.sf.cglib.proxy.UndeclaredThrowableException this
        start local 1 // java.lang.Throwable t
         0: .line 30
            aload 0 /* this */
            aload 1 /* t */
            invokespecial net.sf.cglib.core.CodeGenerationException.<init>:(Ljava/lang/Throwable;)V
         1: .line 31
            return
        end local 1 // java.lang.Throwable t
        end local 0 // net.sf.cglib.proxy.UndeclaredThrowableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/sf/cglib/proxy/UndeclaredThrowableException;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

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