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

A concrete Iterator must provide an implementation of the Remove method. However, typically the Remove method would not provide an actual implementation, but would instead, throw an UnsupportedOperationException



Public Methods
 MethodDefined by
  
Throws an UnsupportedOperationException specifying that a method is not supported:

UnsupportedOperationException: An unimplemented operation has been invoked

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

Throws an UnsupportedOperationException specifying that a method is not supported:

UnsupportedOperationException: An unimplemented operation has been invoked