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

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

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

public class SemanticModelNotRecognizedException extends ProfilerException {

	private static final long serialVersionUID = 4662465843727247470L;

	public SemanticModelNotRecognizedException() {
		super("Could not recognize a known semantic model");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy