Java Debug Interface

com.sun.jdi
クラス InvocationException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 com.sun.jdi.InvocationException
すべての実装されたインタフェース:
Serializable

public class InvocationException
extends Exception

ターゲット VM 内で呼び出されたメソッドで発生した例外を示すためにスローされます。

導入されたバージョン:
1.3
関連項目:
直列化された形式

コンストラクタの概要
InvocationException(ObjectReference exception)
           
 
メソッドの概要
 ObjectReference exception()
           
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

InvocationException

public InvocationException(ObjectReference exception)
メソッドの詳細

exception

public ObjectReference exception()

Java Debug Interface