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

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

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

/**
 * Thrown when no input mapping has been provided.
 */
public class MissingInputMappingException extends OBDASpecificationException {

    public MissingInputMappingException() {
        super("An input mapping is required");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy