Packageorg.as3collections.errors
Classpublic class NoSuchElementError
InheritanceNoSuchElementError Inheritance Error

The error that is thrown to indicate that there are no more elements in the iteration.



Public Methods
 MethodDefined By
  
NoSuchElementError(message:String = null)
Constructor, creates a new NoSuchElementError instance.
NoSuchElementError
Constructor Detail
NoSuchElementError()Constructor
public function NoSuchElementError(message:String = null)

Constructor, creates a new NoSuchElementError instance.

Parameters
message:String (default = null) — A string associated with the error object.