Home
last modified time | relevance | path

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

/art/test/044-proxy/src/
DWrappedThrow.java127 class SubSubException extends SubException {} class
140 public void bothThrowBase() throws BaseException, SubException, SubSubException; in bothThrowBase()
152 public void bothThrowBase() throws SubException, BaseException, SubSubException; in bothThrowBase()
227 throw new SubSubException(); in invoke()
/art/test/044-proxy/
Dexpected.txt84 … public abstract void InterfaceW1.bothThrowBase() throws BaseException,SubException,SubSubException