Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DCR.java189 public static class PrecisionOverflowException extends RuntimeException { class in CR
190 public PrecisionOverflowException() { super(); } in PrecisionOverflowException() method in CR.PrecisionOverflowException
191 public PrecisionOverflowException(String s) { super(s); } in PrecisionOverflowException() method in CR.PrecisionOverflowException