Package org.biojavax

Class CrossReferenceResolutionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CrossReferenceResolutionException
    extends java.lang.Exception
    An exception that indicates that an attempt to resolve a CrossRef has failed.
    Since:
    1.5
    Author:
    Mark Schreiber
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • CrossReferenceResolutionException

        public CrossReferenceResolutionException​(java.lang.String message)
        Creates a new instance of CrossReferenceResolutionException with a message.
        Parameters:
        message - a description or reason for the exception.
      • CrossReferenceResolutionException

        public CrossReferenceResolutionException​(java.lang.String message,
                                                 java.lang.Throwable cause)
        Creates a new instance of CrossReferenceResolutionException with a message and a cause.
        Parameters:
        message - a description or reason for the exception.
        cause - the exception that caused this one.
      • CrossReferenceResolutionException

        public CrossReferenceResolutionException​(java.lang.Throwable cause)
        Creates a new instance of CrossReferenceResolutionException with a cause.
        Parameters:
        cause - the exception that caused this one.