Class EmptyListException

All Implemented Interfaces:
Serializable

public class EmptyListException extends JenaException

A exception that is thrown when an operation is attempted on an empty (nil) list that actually requires a list of length one or more.

See Also:
  • Constructor Details

    • EmptyListException

      public EmptyListException()
      Construct an empty list exception with a default message.
    • EmptyListException

      public EmptyListException(String msg)
      Construct an empty list exception with a given message.
      Parameters:
      msg - The exception message.