Home
last modified time | relevance | path

Searched refs:notifyCaught (Results 1 – 3 of 3) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventRequestManagerImpl.java395 boolean notifyCaught, boolean notifyUncaught) { in ExceptionRequestImpl() argument
397 caught = notifyCaught; in ExceptionRequestImpl()
416 public boolean notifyCaught() { in notifyCaught() method in EventRequestManagerImpl.ExceptionRequestImpl
750 boolean notifyCaught, in createExceptionRequest() argument
753 return new ExceptionRequestImpl(refType, notifyCaught, notifyUncaught); in createExceptionRequest()
/external/oj-libjdwp/src/share/classes/com/sun/jdi/request/
DExceptionRequest.java70 boolean notifyCaught(); in notifyCaught() method
DEventRequestManager.java113 boolean notifyCaught, in createExceptionRequest() argument