public final class BufferBoundsException
extends java.io.IOException
IndexOutOfBoundsException
. Used by RandomAccessReader
.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
BufferBoundsException(int index,
int bytesRequested,
long bufferLength) |
BufferBoundsException(java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
getMessage(int index,
int bytesRequested,
long bufferLength) |
private static final long serialVersionUID