Class DataBufferIndexOverflowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.algart.arrays.DataBufferIndexOverflowException
All Implemented Interfaces:
Serializable

public class DataBufferIndexOverflowException extends RuntimeException

Unchecked exception thrown by DataBuffer methods from(), to() and cnt(), if the values, they should be returned by these methods, are greater than Integer.MAX_VALUE.

Author:
Daniel Alievsky
See Also:
  • Constructor Details

    • DataBufferIndexOverflowException

      public DataBufferIndexOverflowException()
      Constructs an instance of this class.
    • DataBufferIndexOverflowException

      public DataBufferIndexOverflowException(String message)
      Constructs an instance of this class with the specified detail message.
      Parameters:
      message - the detail message.