Package com.drew.lang

Class BufferBoundsException

All Implemented Interfaces:
Serializable

public final class BufferBoundsException extends IOException
A checked replacement for IndexOutOfBoundsException. Used by RandomAccessReader.
Author:
Drew Noakes https://drewnoakes.com
See Also:
  • Constructor Details

    • BufferBoundsException

      public BufferBoundsException(int index, int bytesRequested, long bufferLength)
    • BufferBoundsException

      public BufferBoundsException(String message)