org.nlp2rdf.exception.NIFException Maven / Gradle / Ivy
package org.nlp2rdf.exception;
public class NIFException extends RuntimeException {
public NIFException(String message) {
super(message);
}
}
package org.nlp2rdf.exception;
public class NIFException extends RuntimeException {
public NIFException(String message) {
super(message);
}
}