Home
last modified time | relevance | path

Searched refs:TestException (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java561 class TestException extends RuntimeException { in test_uncaughtException_runtimeException() class
570 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() class
609 if (!(e instanceof TestException)) { in test_uncaughtException_exceptionHandledByHandler()
615 final TestException testException = new TestException(); in test_uncaughtException_exceptionHandledByHandler()