Packagecom.ericfeminella.utils.iterators
Classpublic class UnsupportedOperationException
InheritanceUnsupportedOperationException Inheritance Error

Throws a UnsupportedOperationException if a operation is invoked on an Iterator sub-class which has no implementation



Public Methods
 MethodDefined by
  
Throws an Exception as follows:

UnsupportedOperationException: An unimplemented operation has been invoked

UnsupportedOperationException
Constructor detail
UnsupportedOperationException()constructor
public function UnsupportedOperationException()

Throws an Exception as follows:

UnsupportedOperationException: An unimplemented operation has been invoked