English | Site Directory

Android - An Open Handset Alliance Project

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.
Build m5-rc15i - 10 Jun 2008 13:54