Module java.base
Package java.nio

Class BufferUnderflowException

所有已实现的接口:
Serializable

public class BufferUnderflowException extends RuntimeException
当相对get操作达到源缓冲区的限制时抛出未经检查的异常。
自从:
1.4
参见:
  • Constructor Details

    • BufferUnderflowException

      public BufferUnderflowException()
      构造此类的实例。