Home
last modified time | relevance | path

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

/art/test/044-proxy/src/
DWrappedThrow.java140 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