English | Site Directory

Android - An Open Handset Alliance Project

java.nio
public class

java.nio.BufferUnderflowException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
java.lang.RuntimeException
java.nio.BufferUnderflowException

A BufferUnderflowException is thrown when you try to read elements from a buffer, but there is not enough remaining elements in the buffer.

Summary

Public Constructors

          BufferUnderflowException()
Constructs a BufferUnderflowException.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public BufferUnderflowException()

Constructs a BufferUnderflowException.
Build m5-rc15i - 10 Jun 2008 13:54