![JAR search and dependency download from the Maven repository](/logo.png)
it.uniroma2.art.sheet2rdf.exception.NotExistingSheetException Maven / Gradle / Ivy
The newest version!
package it.uniroma2.art.sheet2rdf.exception;
public class NotExistingSheetException extends Exception {
public NotExistingSheetException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy