Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 410
نمايش فراداده

BufferUnderflowExceptionjava.nio

Java 1.4serializable unchecked

Signals that a relative get( ) operation on a buffer could not complete because the number of elements to read exceeds the number of remaining elements between the buffer's position and its limit.

Figure 13-2. java.nio.BufferUnderflowException

public class

BufferUnderflowException extends RuntimeException { // Public Constructors public

BufferUnderflowException ( ); }