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

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

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


public class MappingException extends OBDASpecificationException {

    protected MappingException(String message) {
        super(message);
    }

    protected MappingException(Exception e) {
        super(e);
    }

    protected MappingException(String message, Exception e) { super(message, e); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy