java.lang.reflect
Class UndeclaredThrowableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.reflect.UndeclaredThrowableException
All Implemented Interfaces:
Serializable

public class UndeclaredThrowableException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
UndeclaredThrowableException(Throwable var0)
           
UndeclaredThrowableException(Throwable var0, String var1)
           
 
Method Summary
 Throwable getUndeclaredThrowable()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndeclaredThrowableException

public UndeclaredThrowableException(Throwable var0)

UndeclaredThrowableException

public UndeclaredThrowableException(Throwable var0,
                                    String var1)
Method Detail

getUndeclaredThrowable

public Throwable getUndeclaredThrowable()