March 2005
Beginner to intermediate
1254 pages
104h 21m
English
NullPointerException
Signals
an attempt to access a field or invoke a method of a
null object.
Figure 10-46. java.lang.NullPointerException
public class NullPointerException extends RuntimeException { // Public Constructors public NullPointerException( ); public NullPointerException(String s); }
org.xml.sax.helpers.ParserFactory.makeParser( )
Read now
Unlock full access