|
||||||||||
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
public class 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.String message,
java.lang.Throwable t)
|
|
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)
Deprecated. use new RegistryException(message, cause) |
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 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
.public RegistryException(java.lang.String message, java.lang.Throwable t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |