java.lang.reflect
Class InvocationTargetException

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

public class InvocationTargetException
extends Exception

See Also:
Serialized Form

Constructor Summary
protected InvocationTargetException()
           
  InvocationTargetException(Throwable var0)
           
  InvocationTargetException(Throwable var0, String var1)
           
 
Method Summary
 Throwable getTargetException()
           
 
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

InvocationTargetException

protected InvocationTargetException()

InvocationTargetException

public InvocationTargetException(Throwable var0)

InvocationTargetException

public InvocationTargetException(Throwable var0,
                                 String var1)
Method Detail

getTargetException

public Throwable getTargetException()