Packagecom.ericfeminella.utils.iterators
Classpublic class IteratorNullPointerException
InheritanceIteratorNullPointerException Inheritance Error

Throws a NullPointerException if an aggregate object reference passed to an Iterator sub-class is null



Public Methods
 MethodDefined by
  
Throws an Exception as follows:

IteratorNullPointerException: You can not iterate over a null object reference

IteratorNullPointerException
Constructor detail
IteratorNullPointerException()constructor
public function IteratorNullPointerException()

Throws an Exception as follows:

IteratorNullPointerException: You can not iterate over a null object reference