Home
last modified time | relevance | path

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

/art/test/044-proxy/src/
DWrappedThrow.java95 } catch (SubException se) { in main()
104 } catch (SubException se) { in main()
126 class SubException extends BaseException {} class
127 class SubSubException extends SubException {}
140 public void bothThrowBase() throws BaseException, SubException, SubSubException; in bothThrowBase()
147 public void throwException() throws SubException; in throwException()
148 public void throwBase() throws SubException; in throwBase()
149 public void throwSub() throws SubException; in throwSub()
150 public void throwSubSub() throws SubException; in throwSubSub()
152 public void bothThrowBase() throws SubException, BaseException, SubSubException; in bothThrowBase()
[all …]
/art/test/044-proxy/
Dexpected.txt88 Invoke public abstract void InterfaceW1.bothThrowBase() throws BaseException,SubException,SubSubExc…