Packageorg.as3collections.errors
Classpublic class IndexOutOfBoundsError
InheritanceIndexOutOfBoundsError Inheritance Error

The error that is thrown to indicate that an index of some sort (such as to an array) is out of range.



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

Constructor, creates a new IndexOutOfBoundsError instance.

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