Searched refs:TestExceptionNoRethrow (Results 1 – 3 of 3) sorted by relevance
84 public static class TestExceptionNoRethrow extends TestException { class in Test192985 public TestExceptionNoRethrow(String e) { super(e); } in TestExceptionNoRethrow() method in Test1929.TestExceptionNoRethrow86 public TestExceptionNoRethrow(String e, Throwable t) { super(e, t); } in TestExceptionNoRethrow() method in Test1929.TestExceptionNoRethrow120 if (exception instanceof TestExceptionNoRethrow) { in exceptionOccurred()124 throw new TestExceptionNoRethrow("ThrowTestExceptionNoRethrowHandler during throw from " + in exceptionOccurred()232 } catch (TestExceptionNoRethrow t) { in throwCatchTestExceptionNoRethrow()
80 public static class TestExceptionNoRethrow extends TestException { class in Test192881 public TestExceptionNoRethrow(String e) { super(e); } in TestExceptionNoRethrow() method in Test1928.TestExceptionNoRethrow82 public TestExceptionNoRethrow(String e, Throwable t) { super(e, t); } in TestExceptionNoRethrow() method in Test1928.TestExceptionNoRethrow150 } catch (TestExceptionNoRethrow t) { in throwCatchTestExceptionNoRethrow()
249 Throwing TestExceptionNoRethrow!250 Test "art.Test1929$DoThrowCatchBaseTestException": Caught error art.Test1929$TestExceptionNoRethrow…276 Throwing TestExceptionNoRethrow!277 Test "art.Test1929$DoThrowCatchTestException": Caught error art.Test1929$TestExceptionNoRethrow:"Th…