public class IndexExceededException extends IndexOutOfBoundsException
| Constructor and Description |
|---|
IndexExceededException() |
IndexExceededException(long bound,
long index) |
IndexExceededException(long bound,
long index,
String message) |
IndexExceededException(String message) |
| Modifier and Type | Method and Description |
|---|---|
long |
bound() |
String |
getMessage() |
long |
index() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IndexExceededException(long bound,
long index)
public IndexExceededException(long bound,
long index,
String message)
public IndexExceededException()
public IndexExceededException(String message)
public long index()
public long bound()
public String getMessage()
getMessage in class ThrowableCopyright © 2022 MicroStream Software. All rights reserved.