public class ArrayCapacityException extends IndexBoundsException
ArrayIndexOutOfBoundsException.
See architectural explanation in IndexBoundsException.| Constructor and Description |
|---|
ArrayCapacityException() |
ArrayCapacityException(long exceedingCapacity) |
ArrayCapacityException(long exceedingCapacity,
String s) |
| Modifier and Type | Method and Description |
|---|---|
String |
assembleDetailString() |
assembleExplicitMessageAddon, assembleOutputString, getMessage, index, indexBound, message, messageBody, startIndexaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArrayCapacityException()
public ArrayCapacityException(long exceedingCapacity)
public ArrayCapacityException(long exceedingCapacity,
String s)
public String assembleDetailString()
assembleDetailString in class IndexBoundsExceptionCopyright © 2022 MicroStream Software. All rights reserved.