public class ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException
| Constructor and Description |
|---|
ArrayIndexOutOfBoundsException()
ArrayIndexOutOfBoundsException
|
ArrayIndexOutOfBoundsException(int i)
ArrayIndexOutOfBoundsException
|
ArrayIndexOutOfBoundsException(String s) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArrayIndexOutOfBoundsException()
public ArrayIndexOutOfBoundsException(int i)
i - ?public ArrayIndexOutOfBoundsException(String s)
s - ?