Searched defs:throwException (Results 1 - 2 of 2) 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/MyClassNatives/
H A DMyClassNatives.java18 native void throwException(); method in class:MyClassNatives

Completed in 52 milliseconds