| Package | Description |
|---|---|
| org.eclipse.rdf4j | |
| org.eclipse.rdf4j.model.util |
| Modifier and Type | Class and Description |
|---|---|
class |
RDF4JConfigException
Exception indicating a configuration problem in an RDF4J component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphUtilException
Deprecated.
|
class |
LiteralUtilException
An exception thrown by
Literals when specific conditions are not met. |
class |
ModelException
An exception thrown by
Model and Models when specific
conditions are not met. |
| Modifier and Type | Method and Description |
|---|---|
static <E extends RDF4JException> |
RDFCollections.extract(GetStatementOptional statementSupplier,
Resource head,
java.util.function.Consumer<Statement> collectionConsumer,
java.util.function.Function<String,java.util.function.Supplier<E>> exceptionSupplier,
Resource... contexts)
Extracts an RDF Collection starting with the supplied list head from the statement supplier and sends
all statements that make up the collection to the supplied
Consumer function. |
| Modifier and Type | Method and Description |
|---|---|
static <E extends RDF4JException> |
RDFCollections.extract(GetStatementOptional statementSupplier,
Resource head,
java.util.function.Consumer<Statement> collectionConsumer,
java.util.function.Function<String,java.util.function.Supplier<E>> exceptionSupplier,
Resource... contexts)
Extracts an RDF Collection starting with the supplied list head from the statement supplier and sends
all statements that make up the collection to the supplied
Consumer function. |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.