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()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream var0)
           
 void printStackTrace(PrintWriter var0)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream var0)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter var0)
Overrides:
printStackTrace in class Throwable


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.