Class InvalidListException

All Implemented Interfaces:
Serializable

public class InvalidListException extends JenaException

A exception that is thrown when an operation is attempted on a list that is not well-formed, and is being processed in strict mode.

See Also:
  • Constructor Details

    • InvalidListException

      public InvalidListException()
      Construct an invalid list exception with a default message.
    • InvalidListException

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