Class WrongRDFTermException

All Implemented Interfaces:
Serializable

public class WrongRDFTermException extends IllegalArgumentException
An exception occurring when a legal RDF term is given but an incompatible type of term is expected: for example, a literal is given, but a resource (either IRI or bnode) is expected.
Author:
Manuel Fiorelli
See Also:
  • Constructor Details

    • WrongRDFTermException

      public WrongRDFTermException(Class<? extends org.eclipse.rdf4j.model.Value> actualType, Class<? extends org.eclipse.rdf4j.model.Value> expectedType)
  • Method Details