org.eclipse.jgit.api.errors
public class PatchFormatException extends GitAPIException
Constructor and Description |
---|
PatchFormatException(java.util.List<FormatError> errors) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FormatError> |
getErrors() |
public PatchFormatException(java.util.List<FormatError> errors)
errors
- public java.util.List<FormatError> getErrors()
Copyright © 2014. All Rights Reserved.