Class InvalidListException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidListException()
      Construct an invalid list exception with a default message.
      InvalidListException​(java.lang.String msg)
      Construct an invalid list exception with a given message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidListException

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

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