Searched defs:ArithmeticException (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DArithmeticException.java33 * {@code ArithmeticException} objects may be constructed by the
41 public class ArithmeticException extends RuntimeException { class in inherits:RuntimeException
45 * Constructs an {@code ArithmeticException} with no detail
48 public ArithmeticException() { method in class:ArithmeticException
53 * Constructs an {@code ArithmeticException} with the specified
58 public ArithmeticException(String s) { method in class:ArithmeticException

Completed in 90 milliseconds