Class 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidRebaseStepException​(java.lang.String msg)
      Constructor for InvalidRebaseStepException.
      InvalidRebaseStepException​(java.lang.String msg, java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidRebaseStepException

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

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