Searched refs:ZeroDivisionException (Results 1 – 2 of 2) sorted by relevance
218 public static class ZeroDivisionException extends ArithmeticException { class in BoundedRational219 public ZeroDivisionException() { in ZeroDivisionException() method in BoundedRational.ZeroDivisionException232 throw new ZeroDivisionException(); in inverse()
373 } catch (BoundedRational.ZeroDivisionException e) { in doInBackground()