Signals an attempt to access a field or invoke a method of a null object.
public class NullPointerException extends RuntimeException {
// Public Constructors
public NullPointerException();
public NullPointerException(String s);
}
Object->Throwable(Serializable)->Exception->RuntimeException->NullPointerException
| This HTML Help has been published using the chm2web software. |