Android
java.nio
public class

java.nio.BufferOverflowException

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

A BufferOverflowException is thrown when you try to write elements to a buffer, but there is not enough remaining space in the buffer.

Summary

Public Constructors

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

Details

Public Constructors

public BufferOverflowException()

Constructs a BufferOverflowException.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56