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

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

package org.obolibrary.oboformat.model;

import java.io.IOException;

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

    // generated
    private static final long serialVersionUID = 40000L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy