|
||||||||||
| 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.biojavax.CrossReferenceResolutionException
public class CrossReferenceResolutionException
An exception that indicates that an attempt to resolve a CrossRef
has failed.
| Constructor Summary | |
|---|---|
CrossReferenceResolutionException()
Creates a new instance of CrossReferenceResolutionException |
|
CrossReferenceResolutionException(String message)
Creates a new instance of CrossReferenceResolutionException with a message. |
|
CrossReferenceResolutionException(String message,
Throwable cause)
Creates a new instance of CrossReferenceResolutionException with a message and a cause. |
|
CrossReferenceResolutionException(Throwable cause)
Creates a new instance of CrossReferenceResolutionException with a 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 CrossReferenceResolutionException()
public CrossReferenceResolutionException(String message)
message - a description or reason for the exception.
public CrossReferenceResolutionException(String message,
Throwable cause)
message - a description or reason for the exception.cause - the exception that caused this one.public CrossReferenceResolutionException(Throwable cause)
cause - the exception that caused this one.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||