|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.biojava.utils.NestedException
org.biojava.directory.RegistryException
org.biojava.directory.ProviderNotFoundException
ProviderNotFoundException
is thrown when a sequence
database provider can not be located.
Constructor Summary | |
ProviderNotFoundException()
Creates a ProviderNotFoundException with no detail
message. |
|
ProviderNotFoundException(java.lang.String message)
Creates a ProviderNotFoundException with the
specified detail message. |
Methods inherited from class org.biojava.utils.NestedException |
printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProviderNotFoundException()
ProviderNotFoundException
with no detail
message.
public ProviderNotFoundException(java.lang.String message)
ProviderNotFoundException
with the
specified detail message.
message
- a String
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |