Searched refs:AbortedException (Results 1 – 2 of 2) sorted by relevance
177 public static class AbortedException extends RuntimeException { class in CR178 public AbortedException() { super(); } in AbortedException() method in CR.AbortedException179 public AbortedException(String s) { super(s); } in AbortedException() method in CR.AbortedException402 if (Thread.interrupted() || please_stop) throw new AbortedException(); in iter_msd()1222 if (Thread.interrupted() || please_stop) throw new AbortedException(); in approximate()1265 if (Thread.interrupted() || please_stop) throw new AbortedException(); in approximate()1312 if (Thread.interrupted() || please_stop) throw new AbortedException(); in approximate()1357 if (Thread.interrupted() || please_stop) throw new AbortedException(); in approximate()1422 if (Thread.interrupted() || please_stop) throw new AbortedException(); in approximate()
434 throw new AbortedException(); in approximate()656 throw new AbortedException(); in approximate()