Searched refs:RecursionError (Results 1 – 7 of 7) sorted by relevance
118 public static class RecursionError extends Error { class in Test1923119 public RecursionError(String s) { super(s); } in RecursionError() method in Test1923.RecursionError127 throw new RecursionError("Unable recur further. Still " + times + " outstanding!"); in recurTimesK()166 } catch (RecursionError e) { in doRecurTestWith()
118 public static class RecursionError extends Error { class in Test1924119 public RecursionError(String s) { super(s); } in RecursionError() method in Test1924.RecursionError127 throw new RecursionError("Unable recur further. Still " + times + " outstanding!"); in recurTimesK()165 } catch (RecursionError e) { in doRecurTestWith()
118 public static class RecursionError extends Error { class in Test1925119 public RecursionError(String s) { super(s); } in RecursionError() method in Test1925.RecursionError127 throw new RecursionError("Unable recur further. Still " + times + " outstanding!"); in recurTimesK()
4 Caught exception art.Test1925$RecursionError: Unable recur further. Still 90 outstanding! while run…
126 public static class RecursionError extends Error { class in Test1926127 public RecursionError(String s) { super(s); } in RecursionError() method in Test1926.RecursionError136 throw new RecursionError("Unable recur further. Still " + times + " outstanding!"); in recurTimesL()
8 Caught exception art.Test1924$RecursionError: Unable recur further. Still 90 outstanding! while run…
8 Caught exception art.Test1923$RecursionError: Unable recur further. Still 90 outstanding! while run…