
org.monarchinitiative.phenol.annotations.hpo.ObsoleteTermIdRuntimeException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of phenol-annotations Show documentation
Show all versions of phenol-annotations Show documentation
phenol-annotation contains the annotation functionality for ontologies
package org.monarchinitiative.phenol.annotations.hpo;
import org.monarchinitiative.phenol.base.PhenolRuntimeException;
/**
* TODO check for obsoleted primary term ids when parsing phenotype.hpoa
*/
public class ObsoleteTermIdRuntimeException extends PhenolRuntimeException {
private final static long serialVersionUID = 2;
public ObsoleteTermIdRuntimeException(String msg) {super(msg);}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy