public class BufferPositionInvariantsException extends MemoryException
Constructor and Description |
---|
BufferPositionInvariantsException(String details)
The associated position operation violated one of the positional invariants.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BufferPositionInvariantsException(String details)
The invariants equation is 0 <= start <= position <= end <= capacity
.
details
- of the violation.Copyright © 2015–2024. All rights reserved.