Searched refs:GetThrow1 (Results 1 – 1 of 1) sorted by relevance
3 class GetThrow1 extends Exception { class18 public void m1() throws GetThrow1, GetThrow2 { in m1()20 throw new GetThrow1(); in m1()33 catch (GetThrow1 e) { in run()41 catch (GetThrow1 e2) { in run()