java.lang
public class ArithmeticException extends RuntimeException
int i = 0; int j = 2 / i;
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
ArithmeticException()
Create an exception without a message. | |
ArithmeticException(String s)
Create an exception with a message.
|
Parameters: s the message