Searched refs:EXCEPTION_SIGNATURE (Results 1 – 3 of 3) sorted by relevance
32 private static final String EXCEPTION_SIGNATURE = getClassSignature(DebuggeeException.class); field in ExceptionUncaughtTest70 EXCEPTION_SIGNATURE, returnedExceptionSignature); in testExceptionUncaughtEvent_ExceptionObject()190 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(EXCEPTION_SIGNATURE, in requestAndReceiveExceptionEvent()
31 …private static final String EXCEPTION_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/Events/Debu… field in ExceptionWithLocationTest70 exceptionClassId = getClassIDBySignature(EXCEPTION_SIGNATURE); in createEventBuilder()
39 …String EXCEPTION_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/EventModifiers/CountModifierDebu… field in CountModifierTest163 EventBuilder builder = createExceptionEventBuilder(EXCEPTION_SIGNATURE, in testException()