|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--waba.lang.Throwable
|
+--waba.lang.Exception
|
+--waba.lang.RuntimeException
|
+--waba.lang.IndexOutOfBoundsException
|
+--waba.lang.ArrayIndexOutOfBoundsException
Thrown when you try to access an array index that is < 0 or >= array.length.
| Constructor Summary | |
ArrayIndexOutOfBoundsException()
|
|
ArrayIndexOutOfBoundsException(int idx)
|
|
ArrayIndexOutOfBoundsException(String msg)
|
|
| Methods inherited from class waba.lang.Throwable |
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 idx)
public ArrayIndexOutOfBoundsException(String msg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||