Searched refs:returnedException (Results 1 – 2 of 2) sorted by relevance
54 TaggedObject returnedException = exceptionEvent.getException(); in testExceptionUncaughtEvent_ExceptionObject() local57 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()
148 TaggedObject returnedException = exceptionEvent.getException(); in runExceptionObjectTest() local151 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()