Uses of Class
org.biojava.ontology.OntologyException
-
Packages that use OntologyException Package Description org.biojava.ontology A general-purpose API for ontologies.org.biojava.ontology.io Tools for loading and saving ontologies. -
-
Uses of OntologyException in org.biojava.ontology
Subclasses of OntologyException in org.biojava.ontology Modifier and Type Class Description class
AlreadyExistsException
Thrown to indicate that a term or triple can't be added to an ontology because it is already present.class
InvalidTermException
Thrown to indicate that an ontology term is not acceptable or appropriate in a given contextMethods in org.biojava.ontology that throw OntologyException Modifier and Type Method Description Ontology
OntologyFactory. 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 OntologyException Modifier and Type Method Description Ontology
TabDelimParser. parse(BufferedReader in, OntologyFactory of)
Parse an ontology from a reader.
-