Home
last modified time | relevance | path

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

/art/test/111-unresolvable-exception/src/
DMain.java33 } catch (TestException e) { // This handler will have an unresolvable class. in check()
40 private static native void throwsTestException() throws TestException; in throwsTestException()
DTestException.java17 public class TestException extends Exception { class
/art/test/111-unresolvable-exception/
Dbuild22 rm classes/TestException.class