com.drew.lang
Class BufferBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.drew.lang.BufferBoundsException
- All Implemented Interfaces:
- Serializable
public final class BufferBoundsException
- extends Exception
A checked replacement for IndexOutOfBoundsException. Used by BufferReader.
- Author:
- Drew Noakes http://drewnoakes.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BufferBoundsException
public BufferBoundsException(byte[] buffer,
int index,
int bytesRequested)
BufferBoundsException
public BufferBoundsException(String message)
BufferBoundsException
public BufferBoundsException(String message,
IOException innerException)
Copyright © 2012. All Rights Reserved.