Class GitMergeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.dt.compare.git.merge.GitMergeException
All Implemented Interfaces:
Serializable

public class GitMergeException extends RuntimeException
An exception indicating the error during git merge operation.
See Also:
  • Constructor Details

    • GitMergeException

      public GitMergeException(String message)
      Creates a new instance.
      Parameters:
      message - the detail message, cannot be null
    • GitMergeException

      public GitMergeException(Throwable cause)
      Creates a new instance.
      Parameters:
      cause - the cause, cannot be null
    • GitMergeException

      public GitMergeException(String message, Throwable cause)
      Creates a new instance.
      Parameters:
      message - the detail message, cannot be null
      cause - the cause, cannot be null