2003.09.15


jdc.java.lang.reflect
Class InvocationTargetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.reflect.InvocationTargetException
                    |
                    +--jdc.java.lang.reflect.InvocationTargetException
All Implemented Interfaces:
java.io.Serializable

public class InvocationTargetException
extends java.lang.reflect.InvocationTargetException

A wrapper class for java.lang.reflect.InvocationTargetException.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Constructor Summary
InvocationTargetException()
          Constructs a new InvocationTargetException object.
 
Methods inherited from class java.lang.reflect.InvocationTargetException
getCause, getTargetException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvocationTargetException

public InvocationTargetException()
Constructs a new InvocationTargetException object.


2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.