Android
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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56