org.logicalcobwebs.cglib.proxy
Class UndeclaredThrowableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.logicalcobwebs.cglib.core.CodeGenerationException
                  extended byorg.logicalcobwebs.cglib.proxy.UndeclaredThrowableException
All Implemented Interfaces:
java.io.Serializable

public class UndeclaredThrowableException
extends CodeGenerationException

Used by Proxy as a replacement for java.lang.reflect.UndeclaredThrowableException.

Author:
Juozas Baliuka
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.logicalcobwebs.cglib.core.CodeGenerationException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UndeclaredThrowableException(java.lang.Throwable t)
          Creates a new instance of UndeclaredThrowableException without detail message.
 
Method Summary
 java.lang.Throwable getUndeclaredThrowable()
           
 
Methods inherited from class org.logicalcobwebs.cglib.core.CodeGenerationException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UndeclaredThrowableException

public UndeclaredThrowableException(java.lang.Throwable t)
Creates a new instance of UndeclaredThrowableException without detail message.

Method Detail

getUndeclaredThrowable

public java.lang.Throwable getUndeclaredThrowable()