it.unibz.inf.ontop.exception.OntopQueryEvaluationException Maven / Gradle / Ivy
The newest version!
package it.unibz.inf.ontop.exception;
public class OntopQueryEvaluationException extends OntopQueryAnsweringException {
public OntopQueryEvaluationException(String message) {
super(message);
}
public OntopQueryEvaluationException(String message, Exception e) {
super(message, e);
}
public OntopQueryEvaluationException(Exception e) {
super(e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy