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.java58 String exceptionSignature = "Lorg/apache/harmony/jpda/tests/jdwp/Events/DebuggeeException;"; in testException001() local
62 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.java358 String exceptionSignature = getObjectSignature(exception.objectID); in testInvokeMethod002() local
359 logWriter.println(" exceptionSignature = " + exceptionSignature); in testInvokeMethod002()
485 String exceptionSignature = getObjectSignature(exception.objectID); in testInvokeMethod003() local
486 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()