Package org.eclipse.jgit.errors
Class IllegalTodoFileModification
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.errors.IllegalTodoFileModification
-
- All Implemented Interfaces:
java.io.Serializable
public class IllegalTodoFileModification extends java.lang.Exception
Attempt to modify a rebase-todo file in an unsupported way- Since:
- 3.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalTodoFileModification(java.lang.String msg)
-