Packagecom.ericfeminella.utils.iterators
Classpublic class UnsupportedTypeError
InheritanceUnsupportedTypeError Inheritance Error

A specific Iterator implementation may only contain one type of aggregate to iterate over. For instance, an Array iterator aggregate must be of type Array, if not an UnsupportedTypeError is thrown



Public Methods
 MethodDefined by
  
Throws an error specifying the aggregate type which must be used in an iterator call to setAggregate
UnsupportedTypeError
Constructor detail
UnsupportedTypeError()constructor
public function UnsupportedTypeError(type:Class)

Throws an error specifying the aggregate type which must be used in an iterator call to setAggregate

Parameters
type:Class — required type for the aggregate