FileDocCategorySizeDatePackage
BufferUnderflowException.javaAPI DocJava SE 5 API694Fri Aug 26 16:50:34 BST 2005java.nio

BufferUnderflowException

public class BufferUnderflowException extends RuntimeException
Unchecked exception thrown when a relative get operation reaches the source buffer's limit.
version
1.14, 01/05/02
since
1.4

Fields Summary
Constructors Summary
public BufferUnderflowException()
Constructs an instance of this class.

 
Methods Summary