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

/dalvik/tests/044-proxy/src/
H A DWrappedThrow.java95 } catch (SubException se) {
104 } catch (SubException se) {
126 class SubException extends BaseException {} class in inherits:BaseException
127 class SubSubException extends SubException {}
140 public void bothThrowBase() throws BaseException, SubException, SubSubException;
147 public void throwException() throws SubException;
148 public void throwBase() throws SubException;
149 public void throwSub() throws SubException;
150 public void throwSubSub() throws SubException;
152 public void bothThrowBase() throws SubException, BaseExceptio
[all...]

Completed in 95 milliseconds