ArrayIndexOutOfBoundsException


ArrayIndexOutOfBoundsException java.lang

Java 1.0 serializable unchecked

Signals that an array index less than zero or greater than or equal to the array size has been used.

Figure 10-4. java.lang.ArrayIndexOutOfBoundsException

 public class  ArrayIndexOutOfBoundsException  extends IndexOutOfBoundsException {  // Public Constructors  public  ArrayIndexOutOfBoundsException  ( );        public  ArrayIndexOutOfBoundsException  (String  s  );        public  ArrayIndexOutOfBoundsException  (int  index  );   } 

Thrown By

Too many methods to list.



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net