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