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