public class IndexException extends UncheckedException:
Exception thrown when an index is out of the valid range. @since 1.0
| Modifier and Type | Member | Description |
|---|---|---|
| public | IndexExceptionIndexException(message as String = "Index out of bounds"): |
Constructor for IndexException. |