Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DCR.java186 public static class AbortedException extends RuntimeException { class in CR
187 public AbortedException() { super(); } in AbortedException() method in CR.AbortedException
188 public AbortedException(String s) { super(s); } in AbortedException() method in CR.AbortedException