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

org.monarchinitiative.phenol.annotations.hpo.ObsoleteTermIdRuntimeException Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
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