java · java/ArithmeticException
ArithmeticException
ArithmeticException
Thrown for exceptional arithmetic conditions, most commonly integer division or modulo by zero (ArithmeticException: / by zero). Floating-point division by zero yields Infinity, not an exception.
Also defined in
- kotlin ArithmeticException Thrown when an exceptional arithmetic condition occurs, most commonly integer division by zero.
- scala ArithmeticException Thrown for arithmetic failures. The most common cause is integer division by zero (x / 0 or x % 0). Floating-point division by zero produces Infinity or NaN rather than an exception.
References
In this namespace
— start of namespace —
next → ArrayIndexOutOfBoundsException ArrayIndexOutOfBoundsException