All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.unibz.inf.ontop.rdf4j.predefined.LateEvaluationOrConversionException Maven / Gradle / Ivy

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