it.unibz.inf.ontop.rdf4j.jsonld.EmptyResultException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontop-rdf4j Show documentation
Show all versions of ontop-rdf4j Show documentation
This is the rdf4j API implementation based on Ontop
The newest version!
package it.unibz.inf.ontop.rdf4j.jsonld;
import org.eclipse.rdf4j.rio.RDFHandlerException;
public class EmptyResultException extends RDFHandlerException {
public EmptyResultException() {
super("No results");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy