Class NoMergeBaseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoMergeBaseException
    extends java.io.IOException
    Exception thrown if a merge fails because no merge base could be determined.
    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Detail

      • NoMergeBaseException

        public NoMergeBaseException​(NoMergeBaseException.MergeBaseFailureReason reason,
                                    java.lang.String message)
        Construct a NoMergeBase exception
        Parameters:
        reason - the reason why no merge base could be found
        message - a text describing the problem
      • NoMergeBaseException

        public NoMergeBaseException​(NoMergeBaseException.MergeBaseFailureReason reason,
                                    java.lang.String message,
                                    java.lang.Throwable why)
        Construct a NoMergeBase exception
        Parameters:
        reason - the reason why no merge base could be found
        message - a text describing the problem
        why - an exception causing this error