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

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

package it.unibz.inf.ontop.exception;

/**
 * Impossible to convert a substituted term in the expected type.
 */
public class ConversionException extends RuntimeException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy