Package org.eclipse.jgit.api.errors
Class InvalidRebaseStepException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.api.errors.GitAPIException
-
- org.eclipse.jgit.api.errors.InvalidRebaseStepException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidRebaseStepException extends GitAPIException
Exception thrown if a rebase step is invalid. E.g., a rebase must not start with squash or fixup.- Since:
- 3.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRebaseStepException(java.lang.String msg)
InvalidRebaseStepException(java.lang.String msg, java.lang.Throwable cause)
-