Searched refs:caught (Results 1 – 8 of 8) sorted by relevance
1 caught SOE in testSelfRecursion2 caught SOE in testMutualRecursion
88 boolean caught = false; in rethrow()101 caught = true; in rethrow()111 Main.assertTrue(caught); in rethrow()
4 caught ArrayStoreException (expected)
14 caught expected NoSuchMethodException
1 caught exception thrown during clinit
65 uint8_t caught; member
111 caught(false), field(0), thisPtr(0) { } in ModBasket()118 bool caught; /* ExceptionOnly */ member420 …if ((basket->caught && !pMod->exceptionOnly.caught) || (!basket->caught && !pMod->exceptionOnly.un… in ModsMatch()904 basket.caught = (pCatchLoc->class_id != 0); in PostException()925 << " caught=" << basket.caught << ")" in PostException()
1319 mod.exceptionOnly.caught = request.ReadEnum1<uint8_t>("caught"); in ER_Set()