Class BibRefException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BibRefException
    extends java.lang.Exception
    An exception raised when communciation with the BibRef APIs fails.
    Since:
    1.4
    Author:
    Matthew Pocock
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BibRefException​(java.lang.String message)
      Create a new BibRefException with a message.
      BibRefException​(java.lang.String message, java.lang.Throwable cause)
      Create a nw BibRefException with a message and a root cause.
      BibRefException​(java.lang.Throwable cause)
      Create a new BibRefException with a root cause.
    • 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

      • BibRefException

        public BibRefException​(java.lang.String message)
        Create a new BibRefException with a message.
        Parameters:
        message - the message of the exception
      • BibRefException

        public BibRefException​(java.lang.Throwable cause)
        Create a new BibRefException with a root cause.
        Parameters:
        cause - the unerlying cause of this exception
      • BibRefException

        public BibRefException​(java.lang.String message,
                               java.lang.Throwable cause)
        Create a nw BibRefException with a message and a root cause.
        Parameters:
        message - the message for the exception
        cause - the underlying cuase of this exception