Home
last modified time | relevance | path

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

/art/test/111-unresolvable-exception/src/
DMain.java29 throwsTestException(); // TestException is checked, so we need something potentially in check()
40 private static native void throwsTestException() throws TestException; in throwsTestException() method in Main