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:
Serializable
Exception thrown if a rebase step is invalid. E.g., a rebase must not start
with squash or fixup.
- Since:
- 3.2
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for InvalidRebaseStepException.InvalidRebaseStepException
(String msg, Throwable cause) Constructor for InvalidRebaseStepException. -
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
-
InvalidRebaseStepException
Constructor for InvalidRebaseStepException.- Parameters:
msg
- error message
-
InvalidRebaseStepException
Constructor for InvalidRebaseStepException.- Parameters:
msg
- error messagecause
- aThrowable
-