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

Print this page

        

*** 41,51 **** * 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}. * * @author unascribed * @since JDK1.0 */ public --- 41,52 ---- * 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, boolean) suppression were disabled and/or the ! * stack trace was not writable}. * * @author unascribed * @since JDK1.0 */ public