Home
last modified time | relevance | path

Searched defs:TestExceptionNoRethrow (Results 1 – 2 of 2) sorted by relevance

/art/test/1928-exception-event-exception/src/art/
DTest1928.java80 public static class TestExceptionNoRethrow extends TestException { class in Test1928
81 public TestExceptionNoRethrow(String e) { super(e); } in TestExceptionNoRethrow() method in Test1928.TestExceptionNoRethrow
82 public TestExceptionNoRethrow(String e, Throwable t) { super(e, t); } in TestExceptionNoRethrow() method in Test1928.TestExceptionNoRethrow
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java84 public static class TestExceptionNoRethrow extends TestException { class in Test1929
85 public TestExceptionNoRethrow(String e) { super(e); } in TestExceptionNoRethrow() method in Test1929.TestExceptionNoRethrow
86 public TestExceptionNoRethrow(String e, Throwable t) { super(e, t); } in TestExceptionNoRethrow() method in Test1929.TestExceptionNoRethrow