Home
last modified time | relevance | path

Searched refs:notifyUncaught (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
398 uncaught = notifyUncaught; in ExceptionRequestImpl()
420 public boolean notifyUncaught() { in notifyUncaught() method in EventRequestManagerImpl.ExceptionRequestImpl
751 boolean notifyUncaught) { in createExceptionRequest() argument
753 return new ExceptionRequestImpl(refType, notifyCaught, notifyUncaught); in createExceptionRequest()
/external/oj-libjdwp/src/share/classes/com/sun/jdi/request/
DExceptionRequest.java84 boolean notifyUncaught(); in notifyUncaught() method
DEventRequestManager.java114 boolean notifyUncaught); in createExceptionRequest() argument