public class IndexOutOfBoundsException extends RuntimeException
Constructor and Description |
---|
IndexOutOfBoundsException()
Constructs an IndexOutOfBoundsException with no detail message.
|
IndexOutOfBoundsException(String s)
Constructs an IndexOutOfBoundsException with the specified detail message.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public IndexOutOfBoundsException()
public IndexOutOfBoundsException(String s)