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

org.obolibrary.oboformat.model.DocumentStructureException Maven / Gradle / Ivy

Go to download

A java library for converting obo format documents to OWL, and for converting (a subset of) OWL to obo format. This version has been slightly modified to be included directly in the OWL API. The upstream code for this module and its authors can be found at https://code.google.com/p/oboformat/.

The newest version!
package org.obolibrary.oboformat.model;

/**
 * The Class DocumentStructureException.
 */
public class DocumentStructureException extends RuntimeException {

    /**
     * Instantiates a new document structure exception.
     *
     * @param msg the message
     */
    public DocumentStructureException(String msg) {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy