|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.lang.IndexOutOfBoundsException
|
+--java.lang.ArrayIndexOutOfBoundsException
Signals that an invalid array index has been used.
| Constructor Summary | |
ArrayIndexOutOfBoundsException()
Constructs an ArrayIndexOutOfBoundsException with no detail message. |
|
ArrayIndexOutOfBoundsException(int index)
Constructs a new ArrayIndexOutOfBoundsException class initialized to the specific index. |
|
ArrayIndexOutOfBoundsException(String s)
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getMessage, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ArrayIndexOutOfBoundsException()
public ArrayIndexOutOfBoundsException(int index)
index - the index where the error occurredpublic ArrayIndexOutOfBoundsException(String s)
s - the String containing a detail message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||