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

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

package it.unibz.inf.ontop.exception;


/**
 * Problems detected in the source queries of mapping assertions
 */
public class InvalidMappingSourceQueriesException extends InvalidMappingException {
    public InvalidMappingSourceQueriesException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy