モジュール jdk.jdi
パッケージ com.sun.jdi.request

インタフェースExceptionRequest

すべてのスーパー・インタフェース:
EventRequest, Mirror

public interface ExceptionRequest extends EventRequest
ターゲットVMで例外が発生する際の通知要求です。 有効なExceptionRequestが満たされると、ExceptionEventを含むevent setEventQueueに置かれます。 既存のExceptionRequestのコレクションは、EventRequestManagerによって管理されます。
導入されたバージョン:
1.3
関連項目: