Class InvalidRebaseStepException

All Implemented Interfaces:
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:
  • Field Details

  • Constructor Details

    • InvalidRebaseStepException

      public InvalidRebaseStepException(String msg)
      Constructor for InvalidRebaseStepException.
      Parameters:
      msg - error message
    • InvalidRebaseStepException

      public InvalidRebaseStepException(String msg, Throwable cause)
      Constructor for InvalidRebaseStepException.
      Parameters:
      msg - error message
      cause - a Throwable