Class BibRefException

    • Constructor Detail

      • BibRefException

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

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

        public BibRefException​(String message,
                               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