net.sf.cglib.proxy
Class UndeclaredThrowableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.cglib.core.CodeGenerationException
                  extended bynet.sf.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 net.sf.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()


Copyright © 2002-2003 cglib. All Rights Reserved.