Uses of Class
org.biojava.ontology.InvalidTermException

Packages that use InvalidTermException
org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects. 
org.biojavax.bio.seq Rich implementations of Sequences, Locations and Features. 
 

Uses of InvalidTermException in org.biojava.bio.seq
 

Methods in org.biojava.bio.seq that throw InvalidTermException
 void Feature.setSourceTerm(Term t)
          Set the source ontology-term for this feature.
 void Feature.setTypeTerm(Term t)
          Set the type ontology-term for this feature.
 

Uses of InvalidTermException in org.biojavax.bio.seq
 

Methods in org.biojavax.bio.seq that throw InvalidTermException
 void SimpleRichFeature.setSourceTerm(Term t)
          Set the source ontology-term for this feature.
 void SimpleRichFeature.setTypeTerm(Term t)
          Set the type ontology-term for this feature.
 

Constructors in org.biojavax.bio.seq that throw InvalidTermException
SimpleRichFeature(FeatureHolder parent, Feature.Template templ)
          Creates a new instance of SimpleRichFeature based on a template.