Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.
java.nio
Class BufferUnderflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.nio.BufferUnderflowException
- public class BufferUnderflowException
- extends java.lang.RuntimeException
Unchecked exception thrown when a relative get operation
reaches the source buffer's limit.
This class is provided as part of the JSR 239 NIO Buffer
building block. It is a subset of the
java.nio.BufferUnderflowException
class in Java(TM)
Standard Edition version 1.4.2.
Methods inherited from class java.lang.Throwable |
getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BufferUnderflowException
public BufferUnderflowException()
- Constructs an instance of this class.
This specification is protected under the JSPA version 2.6.
Copyright © 2006 Sun Microsystems, Inc. 4150 Network Circle, California, 95054, U.S.A.
All Rights Reserved. Use is subject to license terms.
Copyright © 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.
For more information, please consult the JSR 239 specification.