Package | com.ericfeminella.utils.iterators |
Class | public class IteratorFactoryTypeError |
Inheritance | IteratorFactoryTypeError Error |
Method | Defined by | ||
---|---|---|---|
IteratorFactoryTypeError(classType:String = "")
| 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 = "")
Parameters
classType:String (default = " ")
|
— ITERATOR_TYPE_ERROR
|
See also
ITERATOR_TYPE_ERROR | constant |
public static const ITERATOR_TYPE_ERROR:String = "IteratorFactoryTypeError: Invalid Type specified. Only registed IteratorTypes are allowed."