Searched defs:PrecisionOverflowException (Results 1 – 1 of 1) sorted by relevance
204 public static class PrecisionOverflowException extends RuntimeException { class in CR205 public PrecisionOverflowException() { super(); } in PrecisionOverflowException() method in CR.PrecisionOverflowException206 public PrecisionOverflowException(String s) { super(s); } in PrecisionOverflowException() method in CR.PrecisionOverflowException