Uses of Class
org.biojava.ontology.OntologyException
Packages that use OntologyException
Package
Description
A general-purpose API for ontologies.
Tools for loading and saving ontologies.
-
Uses of OntologyException in org.biojava.ontology
Subclasses of OntologyException in org.biojava.ontologyModifier and TypeClassDescriptionclass
Thrown to indicate that a term or triple can't be added to an ontology because it is already present.class
Thrown to indicate that an ontology term is not acceptable or appropriate in a given contextMethods in org.biojava.ontology that throw OntologyExceptionModifier and TypeMethodDescriptionOntologyFactory.createOntology
(String name, String description) Creates a new Ontology -
Uses of OntologyException in org.biojava.ontology.io
Methods in org.biojava.ontology.io that throw OntologyExceptionModifier and TypeMethodDescriptionTabDelimParser.parse
(BufferedReader in, OntologyFactory of) Parse an ontology from a reader.