<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.lang.reflect.InvocationTargetException
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.lang.reflect.html">This Package</a>  <a href="Package-java.lang.reflect.html">Previous</a>  <a href="Package-java.lang.reflect.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.lang.reflect.InvocationTargetException
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.lang.Throwable.html#_top_">java.lang.Throwable</a>
           |
           +----<a href="java.lang.Exception.html#_top_">java.lang.Exception</a>
                   |
                   +----java.lang.reflect.InvocationTargetException
</pre>
<hr>
<dl>
  <dt> public class <b>InvocationTargetException</b>
  <dt> extends <a href="java.lang.Exception.html#_top_">Exception</a>
</dl>
InvocationTargetException is a checked exception that wraps
 an exception thrown by an invoked method or constructor.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.lang.reflect.Method.html#_top_">Method</a>, <a href="java.lang.reflect.Constructor.html#_top_">Constructor</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#InvocationTargetException()"><b>InvocationTargetException</b></a>()
  <dd> 
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#InvocationTargetException(java.lang.Throwable)"><b>InvocationTargetException</b></a>(Throwable)
  <dd>  Constructs a InvocationTargetException with a target exception.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#InvocationTargetException(java.lang.Throwable, java.lang.String)"><b>InvocationTargetException</b></a>(Throwable, String)
  <dd>  Constructs a InvocationTargetException with a target exception
 and a detail message.
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getTargetException()"><b>getTargetException</b></a>()
  <dd>  Get the thrown target exception.
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="InvocationTargetException"></a>
<a name="InvocationTargetException()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>InvocationTargetException</b>
<pre>
 protected InvocationTargetException()
</pre>
<a name="InvocationTargetException(java.lang.Throwable)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>InvocationTargetException</b>
<pre>
 public InvocationTargetException(<a href="java.lang.Throwable.html#_top_">Throwable</a> target)
</pre>
<dl>
  <dd> Constructs a InvocationTargetException with a target exception.
<p>
</dl>
<a name="InvocationTargetException(java.lang.Throwable, java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>InvocationTargetException</b>
<pre>
 public InvocationTargetException(<a href="java.lang.Throwable.html#_top_">Throwable</a> target,
                                  <a href="java.lang.String.html#_top_">String</a> s)
</pre>
<dl>
  <dd> Constructs a InvocationTargetException with a target exception
 and a detail message.
<p>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getTargetException()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getTargetException"><b>getTargetException</b></a>
<pre>
 public <a href="java.lang.Throwable.html#_top_">Throwable</a> getTargetException()
</pre>
<dl>
  <dd> Get the thrown target exception.
<p>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.lang.reflect.html">This Package</a>  <a href="Package-java.lang.reflect.html">Previous</a>  <a href="Package-java.lang.reflect.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
