src/share/classes/java/lang/NullPointerException.java

Print this page

        

@@ -41,11 +41,12 @@
  * Applications should throw instances of this class to indicate
  * other illegal uses of the {@code null} object.
  *
  * {@code NullPointerException} 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