Searched refs:exceptionEvent (Results 1 – 7 of 7) sorted by relevance
54 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(); in testExceptionUncaughtEvent_ExceptionObject() local55 TaggedObject returnedException = exceptionEvent.getException(); in testExceptionUncaughtEvent_ExceptionObject()92 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(); in testExceptionUncaughtEvent_ThrowLocation() local93 long returnedThread = exceptionEvent.getThreadID(); in testExceptionUncaughtEvent_ThrowLocation()94 Location throwLocation = exceptionEvent.getLocation(); in testExceptionUncaughtEvent_ThrowLocation()146 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(); in testExceptionUncaughtEvent_CatchLocation() local147 long returnedThread = exceptionEvent.getThreadID(); in testExceptionUncaughtEvent_CatchLocation()154 Location catchLocation = exceptionEvent.getCatchLocation(); in testExceptionUncaughtEvent_CatchLocation()
148 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runExceptionObjectTest() local149 TaggedObject returnedException = exceptionEvent.getException(); in runExceptionObjectTest()178 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runThrowLocationTest() local179 long returnedThread = exceptionEvent.getThreadID(); in runThrowLocationTest()180 Location throwLocation = exceptionEvent.getLocation(); in runThrowLocationTest()227 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runCatchLocationTest() local228 long returnedThread = exceptionEvent.getThreadID(); in runCatchLocationTest()235 Location catchLocation = exceptionEvent.getCatchLocation(); in runCatchLocationTest()
55 ParsedEvent.Event_EXCEPTION exceptionEvent = (ParsedEvent.Event_EXCEPTION) parsedEvents[0]; in receiveAndCheckExceptionEvent() local57 long eventThreadID = exceptionEvent.getThreadID(); in receiveAndCheckExceptionEvent()64 return exceptionEvent; in receiveAndCheckExceptionEvent()
83 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in testBreakpoint_BeforeException() local88 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation(); in testBreakpoint_BeforeException()142 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in testBreakpoint_UponException() local147 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation(); in testBreakpoint_UponException()232 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in runSingleStepTest() local237 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation(); in runSingleStepTest()
136 ParsedEvent.Event_EXCEPTION exceptionEvent = (ParsedEvent.Event_EXCEPTION) parsedEvent; in runCombinedExceptionEventsTest() local138 long currentEventThreadID = exceptionEvent.getThreadID(); in runCombinedExceptionEventsTest()139 long currentExceptionObjectID = exceptionEvent in runCombinedExceptionEventsTest()
5 void processIOException(IOExceptionEvent exceptionEvent); in processIOException() argument
1123 IOExceptionEvent exceptionEvent = new IOExceptionEvent(this, host, in raiseIOExceptionEvent() local1125 getSipProvider().handleEvent(exceptionEvent, this); in raiseIOExceptionEvent()