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

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

The newest version!
package it.uniroma2.art.sheet2rdf.exception;

public class GenericSheet2RDFException extends Exception {
    public GenericSheet2RDFException(Exception e) {
        super(e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy