Uses of Class
java.lang.NullPointerException

Packages that use NullPointerException
java.lang   
 

Uses of NullPointerException in java.lang
 

Methods in java.lang that throw NullPointerException
private static InputStream System.nullInputStream()
          The following two methods exist because in, out, and err must be initialized to null.
private static PrintStream System.nullPrintStream()