Class BufferUnderflowException


public class BufferUnderflowException extends RuntimeException
Unchecked exception thrown when a relative get operation reaches the source buffer's limit.
Since:
3.1
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs an instance of this class.
  • Method Summary

    Methods inherited from class Object

    equals
    Modifier and Type
    Method
    Description
    boolean
    Compares two Objects for equality.
  • Constructor Details

    • BufferUnderflowException

      public BufferUnderflowException()
      Constructs an instance of this class.