public class PatchFormatException extends GitAPIException
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<FormatError> |
errors |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
PatchFormatException(java.util.List<FormatError> errors)
Constructor for PatchFormatException
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FormatError> |
getErrors()
Get list of errors
|
private static final long serialVersionUID
private java.util.List<FormatError> errors
public PatchFormatException(java.util.List<FormatError> errors)
errors - a List of FormatErrorspublic java.util.List<FormatError> getErrors()