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 SummaryConstructors Constructor Description ArrayCapacityException()ArrayCapacityException(long exceedingCapacity)ArrayCapacityException(long exceedingCapacity, String s)
- 
Method SummaryModifier and Type Method Description StringassembleDetailString()Methods inherited from class one.microstream.exceptions.IndexBoundsExceptionassembleOutputString, getMessage, index, indexBound, message, messageBody, startIndexMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ArrayCapacityExceptionpublic ArrayCapacityException()
- 
ArrayCapacityExceptionpublic ArrayCapacityException(long exceedingCapacity)
- 
ArrayCapacityException
 
- 
- 
Method Details- 
assembleDetailString- Overrides:
- assembleDetailStringin class- IndexBoundsException
 
 
-