Searched refs:SubException (Results 1 – 2 of 2) sorted by relevance
95 } catch (SubException se) { in main()104 } catch (SubException se) { in main()126 class SubException extends BaseException {} class127 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 …]
88 Invoke public abstract void InterfaceW1.bothThrowBase() throws BaseException,SubException,SubSubExc…