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

Print this page

        

@@ -30,11 +30,12 @@
  * 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}.
+ * Throwable, boolean, boolean) suppression were disabled and/or the
+ * stack trace was not writable}.
  *
  * @author  unascribed
  * @since   JDK1.0
  */
 public class ArithmeticException extends RuntimeException {