org.protege.owl.codegeneration.CodeGenerationRuntimeException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of code-generation Show documentation
Show all versions of code-generation Show documentation
Generate Java code from an OWL ontology in the Protege Desktop editing environment.
The newest version!
package org.protege.owl.codegeneration;
public class CodeGenerationRuntimeException extends RuntimeException {
private static final long serialVersionUID = 8315402587191641855L;
public CodeGenerationRuntimeException(String message) {
super(message);
}
public CodeGenerationRuntimeException(Throwable t) {
super(t);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy