Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DExceptionTest.java59 String exceptionSignature = getClassSignature(DebuggeeException.class); in testException001() local
63 debuggeeWrapper.vmMirror.setException(exceptionSignature, isCatch, in testException001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionCaughtTest.java278 String exceptionSignature = getExpectedExceptionSignature(fromNative); in requestAndReceiveExceptionEvent() local
279 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(exceptionSignature, in requestAndReceiveExceptionEvent()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java339 String exceptionSignature = getObjectSignature(exception.objectID); in testInvokeMethod002() local
340 logWriter.println(" exceptionSignature = " + exceptionSignature); in testInvokeMethod002()
466 String exceptionSignature = getObjectSignature(exception.objectID); in testInvokeMethod003() local
467 logWriter.println(" exceptionSignature = " + exceptionSignature); in testInvokeMethod003()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java1332 public ReplyPacket setException(String exceptionSignature, boolean caught, in setException() argument
1335 long typeID = getClassID(exceptionSignature); in setException()