Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventRequestManagerImpl.java388 class ExceptionRequestImpl extends ClassVisibleEventRequestImpl class in EventRequestManagerImpl
394 ExceptionRequestImpl(ReferenceType refType, in ExceptionRequestImpl() method in EventRequestManagerImpl.ExceptionRequestImpl
753 return new ExceptionRequestImpl(refType, notifyCaught, notifyUncaught); in createExceptionRequest()