March 2005
Beginner to intermediate
1254 pages
104h 21m
English
ArithmeticException
A
RuntimeException that signals an exceptional
arithmetic condition, such as integer division by zero.
Figure 10-3. java.lang.ArithmeticException
public class ArithmeticException extends RuntimeException { // Public Constructors public ArithmeticException( ); public ArithmeticException(String s); }
Read now
Unlock full access