Packagecom.bourre.error
Classpublic class IndexOutOfBoundsException
InheritanceIndexOutOfBoundsException Inheritance Error

Player version: Flash Player 9.0
Language version: ActionScript 3.0

A IndexOutOfBoundsException exception is thrown when the index supplied is not valid for data structure which try to access data using this index.



Public Methods
 MethodDefined by
  
IndexOutOfBoundsException(message:String = "")
Creates instance.
IndexOutOfBoundsException
Constructor detail
IndexOutOfBoundsException()constructor
public function IndexOutOfBoundsException(message:String = "")

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Creates instance.

Parameters
message:String (default = "") — Exception message