Class TupleIndexOutOfBoundsException

All Implemented Interfaces:
Serializable

public class TupleIndexOutOfBoundsException extends IndexOutOfBoundsException
This exception is thrown when an invalid index is used to query a tuple.
See Also:
  • Constructor Details

    • TupleIndexOutOfBoundsException

      public TupleIndexOutOfBoundsException()
      Creates a new exception with no message.
    • TupleIndexOutOfBoundsException

      public TupleIndexOutOfBoundsException(@Nonnull String s)
      Creates a new exception.
      Parameters:
      s - The message of this exception
    • TupleIndexOutOfBoundsException

      public TupleIndexOutOfBoundsException(int index)
      Creates a new exception.
      Parameters:
      index - The illegal index
    • TupleIndexOutOfBoundsException

      public TupleIndexOutOfBoundsException(long index)
      Creates a new exception.
      Parameters:
      index - The illegal index