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 {}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 …]
88 Invoke public abstract void InterfaceW1.bothThrowBase() throws BaseException,SubException,SubSubExc…