Uses of Class
org.biojava.utils.candy.CandyException

Packages that use CandyException
org.biojava.utils.candy The data structures and interfaces included in this package define an interoperable framework for simple controlled vocabularies. 
 

Uses of CandyException in org.biojava.utils.candy
 

Methods in org.biojava.utils.candy that throw CandyException
 boolean CandyVocabulary.contains(String name)
          It checks if a given entry exists in this vocabulary.
 CandyEntry CandyVocabulary.getEntryByName(String name)
          It returns a selected vocabulary entry.
 Enumeration CandyVocabulary.getAllEntries()
          It returns all available vocabulary entries.
 Enumeration CandyVocabulary.getAllNames()
          It return all names (entry identifiers) available in this vocabulary.
 void CandyVocabulary.destroy()
          It frees all resources related to this vocabulary.
 String CandyVocabulary.getName()
          It returns a name of this vocabulary.
 String CandyVocabulary.getDescription()
          It returns a description of this vocabulary.
 String CandyVocabulary.getVersion()
          It returns a vesrion of this vocabulary.
 int CandyVocabulary.getCount()
          It returns a number of entries contained in this vocabulary.
 boolean CandyVocabulary.isCaseSensitive()
          It returns true if the vocabulary entries should be considered as case-sensitive.
 void CandyFinder.connect()
           It creates a connection to an object representing a vocabulary finder, or/and it makes all necessary initialization steps needed for further communication.
 String[] CandyFinder.getAllVocabularyNames()
           It returns names of all vocabularies known to this vocabulary finder.
 CandyVocabulary CandyFinder.getVocabularyByName(String name)
          It returns a selected vocabulary.
 CandyVocabulary[] CandyFinder.getAllVocabularies()
          It returns all available vocabularies.
 int CandyFinder.getNumCount()
          It returns the number of available vocabularies.
 String CandyFinder.getFinderName()
          It returns a name of this vocabulary finder.