Home
last modified time | relevance | path

Searched refs:returnedException (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionUncaughtTest.java54 TaggedObject returnedException = exceptionEvent.getException(); in testExceptionUncaughtEvent_ExceptionObject() local
57 printTestLog("returnedException.objectID = " + returnedException.objectID); in testExceptionUncaughtEvent_ExceptionObject()
58 assertTrue("Returned exception object is null.", returnedException.objectID != 0); in testExceptionUncaughtEvent_ExceptionObject()
61 printTestLog("returnedException.tag = " + returnedException.objectID); in testExceptionUncaughtEvent_ExceptionObject()
63 JDWPConstants.Tag.OBJECT_TAG, returnedException.tag); in testExceptionUncaughtEvent_ExceptionObject()
66 long typeID = getObjectReferenceType(returnedException.objectID); in testExceptionUncaughtEvent_ExceptionObject()
DExceptionCaughtTest.java148 TaggedObject returnedException = exceptionEvent.getException(); in runExceptionObjectTest() local
151 printTestLog("returnedException.objectID = " + returnedException.objectID); in runExceptionObjectTest()
152 assertTrue("Returned exception object is null.", returnedException.objectID != 0); in runExceptionObjectTest()
155 printTestLog("returnedException.tag = " + returnedException.objectID); in runExceptionObjectTest()
157 JDWPConstants.Tag.OBJECT_TAG, returnedException.tag); in runExceptionObjectTest()
160 long typeID = getObjectReferenceType(returnedException.objectID); in runExceptionObjectTest()