|
||||||||||
| 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.directory.RegistryException
org.biojava.directory.ProviderNotFoundException
public class 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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, 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 | |||||||||