Module  java.base
软件包  java.nio

Class BufferUnderflowException

  • All Implemented Interfaces:
    Serializable


    public class BufferUnderflowException
    extends RuntimeException
    当相对 get操作达到源缓冲区的限制时抛出未检查的异常。
    从以下版本开始:
    1.4
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • BufferUnderflowException

        public BufferUnderflowException​()
        构造这个类的一个实例。