BufferUnderflowException


BufferUnderflowException java.nio

Java 1.4 serializable 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  ( );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net