All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class array.InvalidIndexException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----array.InvalidIndexException

public final class InvalidIndexException
extends Throwable
InvalidIndexException = thrown if an attempt is made to use an invalid Index to index an array. All elements of an Index must be within bounds of the array axis being indexed.


Constructor Index

 o InvalidIndexException()

Constructors

 o InvalidIndexException
 public InvalidIndexException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index