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 aProviderNotFoundExceptionwith no detail message.ProviderNotFoundException(String message) Creates aProviderNotFoundExceptionwith 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 aProviderNotFoundExceptionwith no detail message. -
ProviderNotFoundException
Creates aProviderNotFoundExceptionwith the specified detail message.- Parameters:
message- aString.
-