Searched refs:exceptionSignature (Results 1 – 4 of 4) sorted by relevance
58 String exceptionSignature = "Lorg/apache/harmony/jpda/tests/jdwp/Events/DebuggeeException;"; in testException001() local62 debuggeeWrapper.vmMirror.setException(exceptionSignature, isCatch, in testException001()
278 String exceptionSignature = getExpectedExceptionSignature(fromNative); in requestAndReceiveExceptionEvent() local279 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(exceptionSignature, in requestAndReceiveExceptionEvent()
358 String exceptionSignature = getObjectSignature(exception.objectID); in testInvokeMethod002() local359 logWriter.println(" exceptionSignature = " + exceptionSignature); in testInvokeMethod002()485 String exceptionSignature = getObjectSignature(exception.objectID); in testInvokeMethod003() local486 logWriter.println(" exceptionSignature = " + exceptionSignature); in testInvokeMethod003()
1332 public ReplyPacket setException(String exceptionSignature, boolean caught, in setException() argument1335 long typeID = getClassID(exceptionSignature); in setException()