Searched refs:exceptionSignature (Results 1 – 4 of 4) sorted by relevance
59 String exceptionSignature = getClassSignature(DebuggeeException.class); in testException001() local63 debuggeeWrapper.vmMirror.setException(exceptionSignature, isCatch, in testException001()
278 String exceptionSignature = getExpectedExceptionSignature(fromNative); in requestAndReceiveExceptionEvent() local279 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(exceptionSignature, in requestAndReceiveExceptionEvent()
339 String exceptionSignature = getObjectSignature(exception.objectID); in testInvokeMethod002() local340 logWriter.println(" exceptionSignature = " + exceptionSignature); in testInvokeMethod002()466 String exceptionSignature = getObjectSignature(exception.objectID); in testInvokeMethod003() local467 logWriter.println(" exceptionSignature = " + exceptionSignature); in testInvokeMethod003()
1332 public ReplyPacket setException(String exceptionSignature, boolean caught, in setException() argument1335 long typeID = getClassID(exceptionSignature); in setException()