Packagecom.ericfeminella.errors
Classpublic class NullPointerException
InheritanceNullPointerException Inheritance AbstractException Inheritance Error

Thrown when an application attempts to access a property or method of a null object reference



Public Methods
 MethodDefined by
  
NullPointerException(reference:*)
Throws an NullPointerException containing a reference to the nullified object
NullPointerException
Constructor detail
NullPointerException()constructor
public function NullPointerException(reference:*)

Throws an NullPointerException containing a reference to the nullified object

Parameters
reference:* — object reference which is null