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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description IllegalTodoFileModification(java.lang.String msg)
Constructor for IllegalTodoFileModification
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-