Package | Description |
---|---|
org.eclipse.jgit.api.errors |
Exceptions thrown by API commands.
|
org.eclipse.jgit.patch |
Patch file parser and data structure.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<FormatError> |
PatchFormatException.errors |
Modifier and Type | Method and Description |
---|---|
java.util.List<FormatError> |
PatchFormatException.getErrors()
Get list of errors
|
Constructor and Description |
---|
PatchFormatException(java.util.List<FormatError> errors)
Constructor for PatchFormatException
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<FormatError> |
Patch.errors
Formatting errors, if any were identified.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FormatError> |
Patch.getErrors()
Get collection of formatting errors.
|
Modifier and Type | Method and Description |
---|---|
void |
Patch.addError(FormatError err)
Add a formatting error to this patch script.
|