Class PositionInvariantsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.datasketches.common.positional.PositionInvariantsException
- All Implemented Interfaces:
Serializable
Position operation violation.
- Author:
- Lee Rhodes
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPositionInvariantsException(String details) The associated position operation violated one of the positional invariants. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PositionInvariantsException
The associated position operation violated one of the positional invariants.The invariants equation is
0 <= start <= position <= end <= capacity.- Parameters:
details- of the violation.
-