Package org.eclipse.jgit.errors
Class IllegalTodoFileModification
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.errors.IllegalTodoFileModification
- All Implemented Interfaces:
Serializable
Attempt to modify a rebase-todo file in an unsupported way
- Since:
- 3.2
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for IllegalTodoFileModification -
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:
-
-
Constructor Details
-
IllegalTodoFileModification
Constructor for IllegalTodoFileModification- Parameters:
msg
- error message
-