KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > reflect > InvocationTargetException

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
See Also:
Top Examples, Source Code, Throwable.getCause(), getTargetException(), Method, Constructor

public Throwable getCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Throwable getTargetException()
See Also:
Throwable.getCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected InvocationTargetException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[1161]_
By rsanchezgo2002 { at } yahoo { dot } es on 2004/12/02 05:30:35  Rate
getReadMethod (  ) .invoke ( controlOrigen, null ) ;

public InvocationTargetException(Throwable target)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvocationTargetException(Throwable target,
                                 String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void printStackTrace()
See Also:
System.err, Throwable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void printStackTrace(PrintStream ps)
See Also:
Throwable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void printStackTrace(PrintWriter pw)
See Also:
Throwable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags