Uses of Class
org.eclipse.rdf4j.model.util.ModelException
Packages that use ModelException
-
Uses of ModelException in org.eclipse.rdf4j.model.util
Methods in org.eclipse.rdf4j.model.util that return types with arguments of type ModelExceptionModifier and TypeMethodDescriptionstatic Supplier<ModelException>
Models.modelException(String message)
Creates aSupplier
ofModelException
objects that be passed toOptional.orElseThrow(Supplier)
to generate exceptions as necessary.Methods in org.eclipse.rdf4j.model.util that throw ModelExceptionModifier and TypeMethodDescriptionstatic <C extends Collection<Value>>
CConverts an RDF Collection to a JavaCollection
ofValue
objects.static void
RDFCollections.consumeValues(Model m, Resource head, Consumer<Value> consumer, Resource... contexts)
static void
RDFContainers.consumeValues(Model m, Resource container, IRI containerType, Consumer<Value> consumer, Resource... contexts)
static <C extends Collection<Value>>
CRDFContainers.toValues(IRI containerType, Model m, Resource container, C collection, Resource... contexts)
Converts an RDF Containter to a JavaCollection
ofValue
objects.