Class ListIndexException

All Implemented Interfaces:
Serializable

public class ListIndexException extends JenaException

A exception that is thrown when an operation attempts to access an indexed list element beyond the length of the list.

See Also:
  • Constructor Details

    • ListIndexException

      public ListIndexException()
      Construct a list index exception with a default message.
    • ListIndexException

      public ListIndexException(String msg)
      Construct a list index exception with a given message.
      Parameters:
      msg - The exception message.