|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.biojava.utils.NestedException
|
+--org.biojava.directory.RegistryException
A RegistryException thrown when the registry cannot
find an implementation of a requested SequenceDB.
| Constructor Summary | |
RegistryException()
Creates a new RegistryException with no detail
message. |
|
RegistryException(java.lang.String message)
Creates a new RegistryException with the specified
detail message. |
|
RegistryException(java.lang.Throwable t)
Creates a new RegistryException with no detail
message, wrapping another Throwable. |
|
RegistryException(java.lang.Throwable t,
java.lang.String message)
Creates a new RegistryException with the specified
detail message, wrapping another Throwable. |
|
| 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 RegistryException()
RegistryException with no detail
message.
public RegistryException(java.lang.String message)
RegistryException with the specified
detail message.
message - a String.public RegistryException(java.lang.Throwable t)
RegistryException with no detail
message, wrapping another Throwable.
t - a Throwable.
public RegistryException(java.lang.Throwable t,
java.lang.String message)
RegistryException with the specified
detail message, wrapping another Throwable.
t - a Throwable.message - a String.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||