Class Node.NotLiteral

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Node

    public static class Node.NotLiteral
    extends JenaException
    Exception thrown if a literal-access operation is attempted on a non-literal node.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NotLiteral​(Node it)  
    • 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

      • NotLiteral

        public NotLiteral​(Node it)