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

it.unibz.inf.ontop.exception.SparqlRuleException Maven / Gradle / Ivy

The newest version!
package it.unibz.inf.ontop.exception;

public class SparqlRuleException extends OBDASpecificationException {

    public SparqlRuleException(String message) {
        super(message);
    }

    public SparqlRuleException(Exception e) {
        super(e);
    }

    public SparqlRuleException(String prefix, Exception e) {
        super(prefix, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy