Searched refs:final_throw (Results 1 – 1 of 1) sorted by relevance
133 final Throwable[] final_throw = new Throwable[] { null }; in testRunTest() local148 main_thread.setUncaughtExceptionHandler((thread, e) -> { final_throw[0] = e; }); in testRunTest()153 if (final_throw[0] != null) { in testRunTest()154 throw new InvocationTargetException(final_throw[0], "Remote exception occurred."); in testRunTest()