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

it.unibz.inf.ontop.si.SemanticIndexException Maven / Gradle / Ivy

package it.unibz.inf.ontop.si;

/**
 * When creating the Semantic Index
 */
public class SemanticIndexException extends Exception {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy