HomeSort by relevance Sort by last modified time
    Searched defs:BufferOverflowException (Results 1 - 25 of 36) sorted by null

1 2

  /libcore/luni/src/main/java/java/nio/
BufferOverflowException.java 20 * A <code>BufferOverflowException</code> is thrown when elements are written
23 public class BufferOverflowException extends RuntimeException {
28 * Constructs a <code>BufferOverflowException</code>.
30 public BufferOverflowException() {
CharArrayBuffer.java 140 throw new BufferOverflowException();
160 throw new BufferOverflowException();
DoubleArrayBuffer.java 132 throw new BufferOverflowException();
152 throw new BufferOverflowException();
FloatArrayBuffer.java 133 throw new BufferOverflowException();
153 throw new BufferOverflowException();
IntArrayBuffer.java 132 throw new BufferOverflowException();
152 throw new BufferOverflowException();
LongArrayBuffer.java 132 throw new BufferOverflowException();
152 throw new BufferOverflowException();
ShortArrayBuffer.java 132 throw new BufferOverflowException();
152 throw new BufferOverflowException();
Buffer.java 189 throw new BufferOverflowException();
ByteBufferAsCharBuffer.java 143 throw new BufferOverflowException();
ByteBufferAsDoubleBuffer.java 143 throw new BufferOverflowException();
ByteBufferAsFloatBuffer.java 142 throw new BufferOverflowException();
ByteBufferAsIntBuffer.java 143 throw new BufferOverflowException();
ByteBufferAsLongBuffer.java 143 throw new BufferOverflowException();
ByteBufferAsShortBuffer.java 142 throw new BufferOverflowException();
FloatBuffer.java 362 * @exception BufferOverflowException
379 * @exception BufferOverflowException
402 * @exception BufferOverflowException
412 throw new BufferOverflowException();
428 * @exception BufferOverflowException
444 throw new BufferOverflowException();
IntBuffer.java 348 * @exception BufferOverflowException
365 * @exception BufferOverflowException
388 * @exception BufferOverflowException
401 throw new BufferOverflowException();
417 * @exception BufferOverflowException
433 throw new BufferOverflowException();
LongBuffer.java 352 * @exception BufferOverflowException
369 * @exception BufferOverflowException
392 * @exception BufferOverflowException
402 throw new BufferOverflowException();
418 * @exception BufferOverflowException
434 throw new BufferOverflowException();
ShortBuffer.java 351 * @exception BufferOverflowException
368 * @exception BufferOverflowException
391 * @exception BufferOverflowException
401 throw new BufferOverflowException();
417 * @exception BufferOverflowException
433 throw new BufferOverflowException();
ByteArrayBuffer.java 247 throw new BufferOverflowException();
323 throw new BufferOverflowException();
352 throw new BufferOverflowException();
383 throw new BufferOverflowException();
405 throw new BufferOverflowException();
ByteBuffer.java 670 * @exception BufferOverflowException
687 * @exception BufferOverflowException
710 * @exception BufferOverflowException
720 throw new BufferOverflowException();
736 * @exception BufferOverflowException
753 throw new BufferOverflowException();
801 * @exception BufferOverflowException
836 * @exception BufferOverflowException
871 * @exception BufferOverflowException
    [all...]
CharBuffer.java 425 * @exception BufferOverflowException
442 * @exception BufferOverflowException
465 * @exception BufferOverflowException
475 throw new BufferOverflowException();
491 * @exception BufferOverflowException
507 throw new BufferOverflowException();
542 * @exception BufferOverflowException
564 * @exception BufferOverflowException
580 throw new BufferOverflowException();
652 * @exception BufferOverflowException
    [all...]
DirectByteBuffer.java 288 throw new BufferOverflowException();
355 throw new BufferOverflowException();
377 throw new BufferOverflowException();
399 throw new BufferOverflowException();
421 throw new BufferOverflowException();
443 throw new BufferOverflowException();
465 throw new BufferOverflowException();
  /libcore/luni/src/main/java/java/nio/charset/
CoderResult.java 19 import java.nio.BufferOverflowException;
210 * @throws BufferOverflowException
220 BufferOverflowException, UnmappableCharacterException,
226 throw new BufferOverflowException();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetDecoderTest.java 20 import java.nio.BufferOverflowException;
160 throw new BufferOverflowException();
174 throw new BufferOverflowException();
CharsetEncoderTest.java 20 import java.nio.BufferOverflowException;
150 throw new BufferOverflowException();

Completed in 835 milliseconds

1 2