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.

The Java™ Binding for the OpenGL® ES API

java.nio
Class BufferUnderflowException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.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.


Constructor Summary
BufferUnderflowException()
          Constructs an instance of this class.
 
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
 

Constructor Detail

BufferUnderflowException

public BufferUnderflowException()
Constructs an instance of this class.


Final Release, Oct 2006

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.