FileDocCategorySizeDatePackage
BufferUnderflowException.javaAPI DocphoneME MR2 API (J2ME)1551Wed May 02 18:00:46 BST 2007java.nio

BufferUnderflowException

public class BufferUnderflowException extends RuntimeException
Unchecked exception thrown when a relative get operation reaches the source buffer's limit.

This class is provided as part of the JSR 239 NIO Buffer building block. It is a subset of the java.nio.BufferUnderflowException class in Java(TM) Standard Edition version 1.4.2.

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

Methods Summary