FileDocCategorySizeDatePackage
BufferUnderflowException.javaAPI DocAndroid 1.5 API1321Wed May 06 22:41:04 BST 2009java.nio

BufferUnderflowException

public class BufferUnderflowException extends RuntimeException
A BufferUnderflowException is thrown when elements are read from a buffer but there are not enough remaining elements in the buffer.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public BufferUnderflowException()
Constructs a BufferUnderflowException.

since
Android 1.0


                
      
        super();
    
Methods Summary