Home
last modified time | relevance | path

Searched refs:AbortedException (Results 1 – 2 of 2) sorted by relevance

/external/crcalc/src/com/hp/creals/
DCR.java177 public static class AbortedException extends RuntimeException { class in CR
178 public AbortedException() { super(); } in AbortedException() method in CR.AbortedException
179 public AbortedException(String s) { super(s); } in AbortedException() method in CR.AbortedException
402 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()
DUnaryCRFunction.java434 throw new AbortedException(); in approximate()
656 throw new AbortedException(); in approximate()