Class PatchFormatException

All Implemented Interfaces:
Serializable

public class PatchFormatException extends GitAPIException
Exception thrown when applying a patch fails due to an invalid format
Since:
2.0
See Also:
  • Field Details

  • Constructor Details

    • PatchFormatException

      public PatchFormatException(List<FormatError> errors)
      Constructor for PatchFormatException
      Parameters:
      errors - a List of FormatErrors
  • Method Details

    • getErrors

      public List<FormatError> getErrors()
      Get list of errors
      Returns:
      all the errors where unresolved conflicts have been detected