public class ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException
| Constructor and Description |
|---|
ArrayIndexOutOfBoundsException() |
ArrayIndexOutOfBoundsException(int index) |
ArrayIndexOutOfBoundsException(String s) |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic ArrayIndexOutOfBoundsException()
public ArrayIndexOutOfBoundsException(int index)
public ArrayIndexOutOfBoundsException(String s)
Copyright © 2026. All rights reserved.