Java Debug Interface

com.sun.jdi
Class InvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.jdi.InvocationException
All Implemented Interfaces:
Serializable

public class InvocationException
extends Exception

Thrown to indicate an exception occurred in an invoked method within the target VM.

Since:
1.3
See Also:
Serialized Form

Constructor Summary
InvocationException(ObjectReference exception)
           
 
Method Summary
 ObjectReference exception()
           
 
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

InvocationException

public InvocationException(ObjectReference exception)
Method Detail

exception

public ObjectReference exception()

Java Debug Interface