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

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

Completed in 45 milliseconds