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

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

There is a newer version: 5.5.0
Show newest version
package org.obolibrary.oboformat.model;

/** The Class FrameMergeException. */
public class FrameMergeException extends Exception {

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

    /**
     * Instantiates a new frame merge exception.
     * 
     * @param msg
     *        the msg
     */
    public FrameMergeException(String msg) {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy