public class IndexOutOfBoundsException extends RuntimeException
| Constructor and Description |
|---|
IndexOutOfBoundsException()
Create an exception without a message.
|
IndexOutOfBoundsException(String s)
Create an exception with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IndexOutOfBoundsException()
public IndexOutOfBoundsException(String s)
s - the message