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

it.uniroma2.art.lime.profiler.UnknownSemanticModelException Maven / Gradle / Ivy

There is a newer version: 0.4.7
Show newest version
package it.uniroma2.art.lime.profiler;

import org.eclipse.rdf4j.model.IRI;

public class UnknownSemanticModelException extends ProfilerException {

	private static final long serialVersionUID = -5309185060434078326L;

	public UnknownSemanticModelException(IRI semantiModel) {
		super("Unknown semantic model: " + semantiModel);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy