public class IndexOutOfBoundsException extends ScreenException
| Constructor and Description |
|---|
IndexOutOfBoundsException()
Constructs a
IndexOutOfBoundsException with
no detail message. |
IndexOutOfBoundsException(java.lang.String s)
Constructs a
IndexOutOfBoundsException with
the specified detail message. |
public IndexOutOfBoundsException()
IndexOutOfBoundsException with
no detail message.public IndexOutOfBoundsException(java.lang.String s)
IndexOutOfBoundsException with
the specified detail message.s - The detail message.