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