public class

InvocationException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.sun.jdi.InvocationException

Class Overview

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

Summary

Public Constructors
InvocationException(ObjectReference exception)
Public Methods
ObjectReference exception()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvocationException (ObjectReference exception)

Public Methods

public ObjectReference exception ()