Home
last modified time | relevance | path

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

/art/test/044-proxy/src/
DWrappedThrow.java115 if1.bothThrowBase(); in main()
140 public void bothThrowBase() throws BaseException, SubException, SubSubException; in bothThrowBase() method
152 public void bothThrowBase() throws SubException, BaseException, SubSubException; in bothThrowBase() method
172 public void bothThrowBase() throws BaseException, SubException {} in bothThrowBase() method in WTMix
/art/test/044-proxy/
Dexpected.txt84 Invoke public abstract void InterfaceW1.bothThrowBase() throws BaseException,SubException,SubSubExc…