public class PatchFormatException extends GitAPIException
Constructor and Description |
---|
PatchFormatException(List<FormatError> errors) |
Modifier and Type | Method and Description |
---|---|
List<FormatError> |
getErrors() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PatchFormatException(List<FormatError> errors)
errors
- public List<FormatError> getErrors()
Copyright © 2016 Eclipse JGit Project. All rights reserved.