Uses of Class
org.eclipse.jgit.patch.FormatError
Packages that use FormatError
Package
Description
Exceptions thrown by API commands.
Patch file parser and data structure.
-
Uses of FormatError in org.eclipse.jgit.api.errors
Methods in org.eclipse.jgit.api.errors that return types with arguments of type FormatErrorConstructor parameters in org.eclipse.jgit.api.errors with type arguments of type FormatErrorModifierConstructorDescriptionPatchFormatException
(List<FormatError> errors) Constructor for PatchFormatException -
Uses of FormatError in org.eclipse.jgit.patch
Methods in org.eclipse.jgit.patch that return types with arguments of type FormatErrorMethods in org.eclipse.jgit.patch with parameters of type FormatErrorModifier and TypeMethodDescriptionvoid
Patch.addError
(FormatError err) Add a formatting error to this patch script.