Searched refs:PrecisionOverflowException (Results 1 – 1 of 1) sorted by relevance
207 public static class PrecisionOverflowException extends RuntimeException { class in CR208 public PrecisionOverflowException() { super(); } in PrecisionOverflowException() method in CR.PrecisionOverflowException209 public PrecisionOverflowException(String s) { super(s); } in PrecisionOverflowException() method in CR.PrecisionOverflowException274 throw new PrecisionOverflowException(); in check_prec()671 throw new PrecisionOverflowException(); in toStringFloatRep()