Package org.eclipse.jgit.api.errors
Class PatchFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.PatchFormatException
- All Implemented Interfaces:
Serializable
Exception thrown when applying a patch fails due to an invalid format
- Since:
- 2.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPatchFormatException
(List<FormatError> errors) Constructor for PatchFormatException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
errors
-
-
Constructor Details
-
PatchFormatException
Constructor for PatchFormatException- Parameters:
errors
- aList
ofFormatError
s
-
-
Method Details
-
getErrors
Get list of errors- Returns:
- all the errors where unresolved conflicts have been detected
-