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

/art/test/044-proxy/src/
H A DWrappedThrow.java84 if1.throwBase();
136 public void throwBase() throws BaseException; method in interface:InterfaceW1
148 public void throwBase() throws SubException; method in interface:InterfaceW2
168 public void throwBase() throws SubException {} method in class:WTMix
222 if (method.getName().equals("throwBase"))

Completed in 1564 milliseconds