Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionWithLocationTest.java34 private long exceptionClassId = -1; field in ExceptionWithLocationTest
69 if (exceptionClassId == -1) { in createEventBuilder()
70 exceptionClassId = getClassIDBySignature(EXCEPTION_SIGNATURE); in createEventBuilder()
73 builder.setExceptionOnly(exceptionClassId, true, false); in createEventBuilder()
86 exceptionClassId, thrownExceptionClassId); in checkEvent()