HomeSort by relevance Sort by last modified time
    Searched refs:SubException (Results 1 - 2 of 2) sorted by null

  /art/test/044-proxy/src/
WrappedThrow.java 95 } catch (SubException se) {
104 } catch (SubException se) {
126 class SubException extends 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, BaseException, SubSubException
    [all...]
  /dalvik/tests/044-proxy/src/
WrappedThrow.java 95 } catch (SubException se) {
104 } catch (SubException se) {
126 class SubException extends 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, BaseException, SubSubException
    [all...]

Completed in 28 milliseconds