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 fromArrayIndexOutOfBoundsException. See architectural explanation inIndexBoundsException.- 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 StringassembleDetailString()-
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 Detail
-
ArrayCapacityException
public ArrayCapacityException()
-
ArrayCapacityException
public ArrayCapacityException(long exceedingCapacity)
-
ArrayCapacityException
public ArrayCapacityException(long exceedingCapacity, String s)
-
-
Method Detail
-
assembleDetailString
public String assembleDetailString()
- Overrides:
assembleDetailStringin classIndexBoundsException
-
-