Searched refs:bothThrowBase (Results 1 - 1 of 1) sorted by relevance

/dalvik/tests/044-proxy/src/
H A DWrappedThrow.java115 if1.bothThrowBase();
140 public void bothThrowBase() throws BaseException, SubException, SubSubException; method in interface:InterfaceW1
152 public void bothThrowBase() throws SubException, BaseException, SubSubException; method in interface:InterfaceW2
172 public void bothThrowBase() throws BaseException, SubException {} method in class:WTMix
228 if (method.getName().equals("bothThrowBase"))

Completed in 100 milliseconds