Uses of Class
org.biojava.directory.RegistryException
-
Packages that use RegistryException Package Description org.biojava.bio.seq.db.biofetch Client for the OBDA BioFetch protocol.org.biojava.bio.seq.db.biosql General purpose Sequence storage in a relational database.org.biojava.bio.seq.db.flat Support for OBDA flatfile databases.org.biojava.directory Open Bio Sequence Database Access (OBDA) registry support. -
-
Uses of RegistryException in org.biojava.bio.seq.db.biofetch
Methods in org.biojava.bio.seq.db.biofetch that throw RegistryException Modifier and Type Method Description SequenceDBLiteBioFetchSequenceDBProvider. getSequenceDB(Map config) -
Uses of RegistryException in org.biojava.bio.seq.db.biosql
Methods in org.biojava.bio.seq.db.biosql that throw RegistryException Modifier and Type Method Description SequenceDBLiteBioSQLSequenceDBProvider. getSequenceDB(Map config)Deprecated. -
Uses of RegistryException in org.biojava.bio.seq.db.flat
Methods in org.biojava.bio.seq.db.flat that throw RegistryException Modifier and Type Method Description SequenceDBLiteFlatSequenceDBProvider. getSequenceDB(Map config) -
Uses of RegistryException in org.biojava.directory
Subclasses of RegistryException in org.biojava.directory Modifier and Type Class Description classProviderNotFoundExceptionProviderNotFoundExceptionis thrown when a sequence database provider can not be located.Methods in org.biojava.directory that throw RegistryException Modifier and Type Method Description voidRegistryConfiguration.Composite. addBottomConfig(RegistryConfiguration newConfig)Add a configuration as the most default place to look.voidRegistryConfiguration.Composite. addTopConfig(RegistryConfiguration newConfig)Add a configuration as the most authoritative place to look.MapRegistryConfiguration. getConfiguration()getConfigurationreturns a mapping of registry database names to collections of tag-value pairs.SequenceDBLiteRegistry. getDatabase(String dbName)getDatabaseretrieves a database instance known by a nameString.SequenceDBLiteSequenceDBProvider. getSequenceDB(Map config)Get a sequence database.static RegistryConfigurationOBDARegistryParser. parseRegistry(BufferedReader in, String locator)parseRegistryparses an Open Bioinformatics Database Access (OBDA) configuration file.
-