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

it.uniroma2.art.sheet2rdf.exception.InvalidWizardStatusException Maven / Gradle / Ivy

There is a newer version: 6.0.6
Show newest version
package it.uniroma2.art.sheet2rdf.exception;

public class InvalidWizardStatusException extends Exception {

	/**
	 * 
	 */
	private static final long serialVersionUID = 6246490065823816823L;
	
	public InvalidWizardStatusException(String msg) {
		super(msg);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy