Searched defs:throwException (Results 1 - 3 of 3) sorted by relevance

/art/test/044-proxy/src/
H A DWrappedThrow.java75 if1.throwException();
135 public void throwException() throws BaseException; method in interface:InterfaceW1
147 public void throwException() throws SubException; method in interface:InterfaceW2
167 public void throwException() throws SubException {} method in class:WTMix
220 if (method.getName().equals("throwException"))
/art/test/542-inline-trycatch/src/
H A DMain.java67 throwException();
106 throwException();
113 throwException();
142 throwException();
149 throwException();
175 private static void throwException() throws Exception { method in class:Main
/art/test/MyClassNatives/
H A DMyClassNatives.java18 native void throwException(); method in class:MyClassNatives

Completed in 1300 milliseconds