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

it.unibz.inf.ontop.iq.exception.QueryNodeTransformationException Maven / Gradle / Ivy

package it.unibz.inf.ontop.iq.exception;

import it.unibz.inf.ontop.exception.OntopInternalBugException;

/**
 * TODO: explain
 */
public class QueryNodeTransformationException extends OntopInternalBugException {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy