Searched refs:TestException (Results 1 – 1 of 1) sorted by relevance
561 class TestException extends RuntimeException { in test_uncaughtException_runtimeException() class570 if (e instanceof TestException) { in test_uncaughtException_runtimeException()578 final TestException testException = new TestException(); in test_uncaughtException_runtimeException()601 class TestException extends RuntimeException { in test_uncaughtException_exceptionHandledByHandler() class609 if (!(e instanceof TestException)) { in test_uncaughtException_exceptionHandledByHandler()615 final TestException testException = new TestException(); in test_uncaughtException_exceptionHandledByHandler()