public final class BufferBoundsException extends IOException
IndexOutOfBoundsException. Used by RandomAccessReader.| Constructor and Description |
|---|
BufferBoundsException(int index,
int bytesRequested,
long bufferLength) |
BufferBoundsException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BufferBoundsException(int index,
int bytesRequested,
long bufferLength)
public BufferBoundsException(String message)
Copyright © 2002-2017 Drew Noakes. All Rights Reserved.