public class ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException
Constructor and Description |
---|
ArrayIndexOutOfBoundsException() |
ArrayIndexOutOfBoundsException(int index) |
ArrayIndexOutOfBoundsException(String msg) |
addSuppressed, fillInStackTrace, getBackingJsObject, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, of, printStackTrace, printStackTrace, setStackTrace, toString
public ArrayIndexOutOfBoundsException()
public ArrayIndexOutOfBoundsException(int index)
public ArrayIndexOutOfBoundsException(String msg)
Copyright © 2018. All rights reserved.