Class LiteralRequiredException

All Implemented Interfaces:
Serializable

public class LiteralRequiredException extends JenaException
Exception to throw when an RDFNode required to be a Literal isn't, or when a literal Node is required but a non-literal Node supplied.
See Also:
  • Constructor Details

    • LiteralRequiredException

      public LiteralRequiredException(RDFNode n)
    • LiteralRequiredException

      public LiteralRequiredException(Node n)