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

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

The newest version!
package it.uniroma2.art.lime.profiler;

import org.eclipse.rdf4j.model.Resource;

public class MissingReferenceDatasetException extends ProfilerException {

	private static final long serialVersionUID = 482427263379997546L;

	public MissingReferenceDatasetException(Resource dataset) {
		super("Dataset missing a reference dataset: " + dataset.stringValue());
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy