org.biojava.directory
Class ProviderNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.biojava.directory.RegistryException
org.biojava.directory.ProviderNotFoundException
- All Implemented Interfaces:
- Serializable
public class ProviderNotFoundException
- extends RegistryException
ProviderNotFoundException
is thrown when a sequence
database provider can not be located.
- Author:
- Keith James, Brian Gilman
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProviderNotFoundException
public ProviderNotFoundException()
- Creates a
ProviderNotFoundException
with no detail
message.
ProviderNotFoundException
public ProviderNotFoundException(String message)
- Creates a
ProviderNotFoundException
with the
specified detail message.
- Parameters:
message
- a String
.