org.eclipse.emf.common.util
Class InvocationTargetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.common.util.InvocationTargetException
All Implemented Interfaces:
java.io.Serializable

public class InvocationTargetException
extends java.lang.Exception

A substitute for InvocationTargetException.

See Also:
Serialized Form

Constructor Summary
InvocationTargetException()
           
InvocationTargetException(java.lang.String message)
           
InvocationTargetException(java.lang.String message, java.lang.Throwable cause)
           
InvocationTargetException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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()

InvocationTargetException

public InvocationTargetException(java.lang.String message)

InvocationTargetException

public InvocationTargetException(java.lang.Throwable cause)

InvocationTargetException

public InvocationTargetException(java.lang.String message,
                                 java.lang.Throwable cause)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.