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