Searched defs:BufferUnderflowException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/nio/
H A DBufferUnderflowException.java20 * A <code>BufferUnderflowException</code> is thrown when elements are read
23 public class BufferUnderflowException extends RuntimeException { class in inherits:RuntimeException
28 * Constructs a <code>BufferUnderflowException</code>.
30 public BufferUnderflowException() { method in class:BufferUnderflowException

Completed in 1038 milliseconds