Home
last modified time | relevance | path

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

/aosp12/art/test/044-proxy/src/
H A DWrappedThrow.java95 } catch (SubException se) { in main()
104 } catch (SubException se) { in main()
126 class SubException extends BaseException {} class
127 class SubSubException extends SubException {}
148 public void throwBase() throws SubException; in throwBase()
149 public void throwSub() throws SubException; in throwSub()
150 public void throwSubSub() throws SubException; in throwSubSub()
161 throw new SubException(); in dastardlyDeed()
168 public void throwBase() throws SubException {} in throwBase()
169 public void throwSub() throws SubException {} in throwSub()
[all …]
/aosp12/art/test/044-proxy/
H A Dexpected-stdout.txt88 Invoke public abstract void InterfaceW1.bothThrowBase() throws BaseException,SubException,SubSubExc…