Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionWithLocationTest.java88 Location catchLocation = eventException.getCatchLocation(); in checkEvent()
DBreakpointOnCatchTest.java69 Location catchLocation = ((Event_EXCEPTION) parsedEvents[0]).getCatchLocation(); in testBreakpointOnCatch()
DExceptionUncaughtTest.java153 Location catchLocation = exceptionEvent.getCatchLocation(); in testExceptionUncaughtEvent_CatchLocation()
DExceptionCaughtTest.java234 Location catchLocation = exceptionEvent.getCatchLocation(); in runCatchLocationTest()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DParsedEvent.java371 public Location getCatchLocation() { in getCatchLocation() method in ParsedEvent.Event_EXCEPTION