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
 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.
 boolean CandyVocabulary.contains(java.lang.String name)
          It checks if a given entry exists in this vocabulary.
 void CandyVocabulary.destroy()
          It frees all resources related to this vocabulary.
 java.util.Enumeration CandyVocabulary.getAllEntries()
          It returns all available vocabulary entries.
 java.util.Enumeration CandyVocabulary.getAllNames()
          It return all names (entry identifiers) available in this vocabulary.
 CandyVocabulary[] CandyFinder.getAllVocabularies()
          It returns all available vocabularies.
 java.lang.String[] CandyFinder.getAllVocabularyNames()
           It returns names of all vocabularies known to this vocabulary finder.
 int CandyVocabulary.getCount()
          It returns a number of entries contained in this vocabulary.
 java.lang.String CandyVocabulary.getDescription()
          It returns a description of this vocabulary.
 CandyEntry CandyVocabulary.getEntryByName(java.lang.String name)
          It returns a selected vocabulary entry.
 java.lang.String CandyFinder.getFinderName()
          It returns a name of this vocabulary finder.
 java.lang.String CandyVocabulary.getName()
          It returns a name of this vocabulary.
 int CandyFinder.getNumCount()
          It returns the number of available vocabularies.
 java.lang.String CandyVocabulary.getVersion()
          It returns a vesrion of this vocabulary.
 CandyVocabulary CandyFinder.getVocabularyByName(java.lang.String name)
          It returns a selected vocabulary.
 boolean CandyVocabulary.isCaseSensitive()
          It returns true if the vocabulary entries should be considered as case-sensitive.