JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.debug.core.jsdi.request
Interface ExceptionRequest

All Superinterfaces:
EventRequest, Mirror

public interface ExceptionRequest
extends EventRequest

Description of a JSDI request for an exception.

An exception request can be filtered by:

Since:
1.0
See Also:
EventRequest, ThreadReference
Restriction:
This interface is not intended to be extended by clients.

Method Summary
 void addThreadFilter(ThreadReference thread)
          Adds the given ThreadReference as a filter to the request.
 
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequest
isEnabled, setEnabled
 
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Mirror
virtualMachine
 

Method Detail

addThreadFilter

void addThreadFilter(ThreadReference thread)
Adds the given ThreadReference as a filter to the request. The ThreadReference is used to prune matching locations for the request.

Parameters:
thread - a ThreadReference to add as a filter, null is not accepted

JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.