org.logicalcobwebs.cglib.proxy
Class UndeclaredThrowableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.logicalcobwebs.cglib.core.CodeGenerationException
                  extended by org.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

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()