|
||||||||||
| 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(String message)
Creates a new RegistryException with the specified
detail message. |
|
RegistryException(String message,
Throwable t)
|
|
RegistryException(Throwable t)
Creates a new RegistryException with no detail
message, wrapping another Throwable. |
|
RegistryException(Throwable t,
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(String message)
RegistryException with the specified
detail message.
message - a String.public RegistryException(Throwable t)
RegistryException with no detail
message, wrapping another Throwable.
t - a Throwable.
public RegistryException(Throwable t,
String message)
RegistryException with the specified
detail message, wrapping another Throwable.
t - a Throwable.message - a String.
public RegistryException(String message,
Throwable t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||