
it.unibz.inf.ontop.iq.exception.IllegalTreeUpdateException Maven / Gradle / Ivy
package it.unibz.inf.ontop.iq.exception;
import it.unibz.inf.ontop.exception.OntopInternalBugException;
/**
* TODO: explain
*/
public class IllegalTreeUpdateException extends OntopInternalBugException {
public IllegalTreeUpdateException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy