Package 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
ProviderNotFoundException
is thrown when a sequence
database provider can not be located.- Author:
- Keith James, Brian Gilman
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aProviderNotFoundException
with no detail message.ProviderNotFoundException
(String message) Creates aProviderNotFoundException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProviderNotFoundException
public ProviderNotFoundException()Creates aProviderNotFoundException
with no detail message. -
ProviderNotFoundException
Creates aProviderNotFoundException
with the specified detail message.- Parameters:
message
- aString
.
-