Package one.microstream.exceptions
Class ArrayCapacityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IndexOutOfBoundsException
one.microstream.exceptions.IndexBoundsException
one.microstream.exceptions.ArrayCapacityException
- All Implemented Interfaces:
Serializable
public class ArrayCapacityException extends IndexBoundsException
This implemention intentionally does NOT extend from
ArrayIndexOutOfBoundsException
.
See architectural explanation in IndexBoundsException
.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ArrayCapacityException()
ArrayCapacityException(long exceedingCapacity)
ArrayCapacityException(long exceedingCapacity, String s)
-
Method Summary
Modifier and Type Method Description String
assembleDetailString()
Methods inherited from class one.microstream.exceptions.IndexBoundsException
assembleOutputString, getMessage, index, indexBound, message, messageBody, startIndex
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArrayCapacityException
public ArrayCapacityException() -
ArrayCapacityException
public ArrayCapacityException(long exceedingCapacity) -
ArrayCapacityException
-
-
Method Details
-
assembleDetailString
- Overrides:
assembleDetailString
in classIndexBoundsException
-