src/share/classes/java/lang/ArithmeticException.java

Print this page

        

*** 30,40 **** * example, an integer "divide by zero" throws an * instance of this class. * * {@code ArithmeticException} objects may be constructed by the * virtual machine as if {@linkplain Throwable#Throwable(String, ! * Throwable, boolean) suppression were disabled}. * * @author unascribed * @since JDK1.0 */ public class ArithmeticException extends RuntimeException { --- 30,41 ---- * example, an integer "divide by zero" throws an * instance of this class. * * {@code ArithmeticException} objects may be constructed by the * virtual machine as if {@linkplain Throwable#Throwable(String, ! * Throwable, boolean, boolean) suppression were disabled and/or the ! * stack trace was not writable}. * * @author unascribed * @since JDK1.0 */ public class ArithmeticException extends RuntimeException {