it.unibz.inf.ontop.rdf4j.predefined.LateEvaluationOrConversionException 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.predefined;
/**
* Exception that may occur after the first results have been streamed
*/
public class LateEvaluationOrConversionException extends Exception {
public LateEvaluationOrConversionException(Throwable e) {
super(e);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy