Package | com.ericfeminella.utils.iterators |
Class | public class IteratorFactoryTypeError |
Inheritance | IteratorFactoryTypeError Error |
Throws an error specifying that an iterator type does not exist. As a best practice only constants from IteratorTypes should be use in conjunction with IteratorFactory to specify which iterator to use.
To avoid this error as a best practice only use an IteratorTypes constant: IteratorTypes.OBJECT_ITERATOR; IteratorTypes.ARRAY_ITERATOR; IteratorTypes.ARRAY_COLLECTION_ITERATOR;
Method | Defined by | ||
---|---|---|---|
IteratorFactoryTypeError(classType:String = "")
Throws an error specifying that an iterator type does not exist
| IteratorFactoryTypeError |
Constant | Defined by | ||
---|---|---|---|
ITERATOR_TYPE_ERROR : String = "IteratorFactoryTypeError: Invalid Type specified. Only registed IteratorTypes are allowed." [static]
| IteratorFactoryTypeError |
IteratorFactoryTypeError | () | constructor |
public function IteratorFactoryTypeError(classType:String = "")
Throws an error specifying that an iterator type does not exist
ParametersclassType:String (default = " ")
|
See also
ITERATOR_TYPE_ERROR | constant |
public static const ITERATOR_TYPE_ERROR:String = "IteratorFactoryTypeError: Invalid Type specified. Only registed IteratorTypes are allowed."