x10.lang
Class ArrayIndexOutOfBoundsException

x10.lang.Object
  extended by x10.lang.Throwable
      extended by x10.lang.Exception
          extended by x10.lang.RuntimeException
              extended by x10.lang.ArrayIndexOutOfBoundsException

public class ArrayIndexOutOfBoundsException
extends RuntimeException

Thrown to indicate that an array has been accessed with an illegal index. For example, the point is outside of the array's region.


Constructor Summary
ArrayIndexOutOfBoundsException()
          Construct an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(String message)
          Construct an ArrayIndexOutOfBoundsException with the specified detail message.
 
Method Summary
 ArrayIndexOutOfBoundsException x10$lang$ArrayIndexOutOfBoundsException$$x10$lang$ArrayIndexOutOfBoundsException$this()
          Declaration: x10$lang$ArrayIndexOutOfBoundsException$$x10$lang$ArrayIndexOutOfBoundsException$this(): x10.lang.ArrayIndexOutOfBoundsException{self==this(:x10.lang.ArrayIndexOutOfBoundsException)}. Thrown to indicate that an array has been accessed with an illegal index.
 
Methods inherited from class x10.lang.RuntimeException
x10$lang$RuntimeException$$x10$lang$RuntimeException$this
 
Methods inherited from class x10.lang.Exception
toString, x10$lang$Exception$$x10$lang$Exception$this
 
Methods inherited from class x10.lang.Throwable
getMessage, getCause, toString, getStackTrace, printStackTrace, printStackTrace, fillInStackTrace, x10$lang$Throwable$$x10$lang$Throwable$this
 
Methods inherited from class x10.lang.Object
equals, hashCode, toString, typeName, x10$lang$Object$$x10$lang$Object$this
 

Constructor Detail

ArrayIndexOutOfBoundsException

public ArrayIndexOutOfBoundsException()
Construct an ArrayIndexOutOfBoundsException with no detail message.


ArrayIndexOutOfBoundsException

public ArrayIndexOutOfBoundsException(String message)
Construct an ArrayIndexOutOfBoundsException with the specified detail message.

Method Detail

x10$lang$ArrayIndexOutOfBoundsException$$x10$lang$ArrayIndexOutOfBoundsException$this

public final ArrayIndexOutOfBoundsException x10$lang$ArrayIndexOutOfBoundsException$$x10$lang$ArrayIndexOutOfBoundsException$this()
Declaration: x10$lang$ArrayIndexOutOfBoundsException$$x10$lang$ArrayIndexOutOfBoundsException$this(): x10.lang.ArrayIndexOutOfBoundsException{self==this(:x10.lang.ArrayIndexOutOfBoundsException)}.
Thrown to indicate that an array has been accessed with an illegal index.
For example, the point is outside of the array's region.