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


public class UndeclaredThrowableException
extends RuntimeException

Standard exception class, as specified by the standard Java API.

Compliance: J2SE: 1.4 complete


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

Constructor Detail

UndeclaredThrowableException

public UndeclaredThrowableException(Throwable undeclaredThrowable)

UndeclaredThrowableException

public UndeclaredThrowableException(Throwable target,
                                    String s)
Method Detail

getUndeclaredThrowable

public Throwable getUndeclaredThrowable()

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable