Class SubmoduleDeinitCommand.NoSuchSubmoduleException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SubmoduleDeinitCommand

    public static class SubmoduleDeinitCommand.NoSuchSubmoduleException
    extends GitAPIException
    The user tried to deinitialize a submodule that doesn't exist in the index.
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      NoSuchSubmoduleException​(java.lang.String path)
      Constructor of NoSuchSubmoduleException
    • 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

      • NoSuchSubmoduleException

        public NoSuchSubmoduleException​(java.lang.String path)
        Constructor of NoSuchSubmoduleException
        Parameters:
        path - path of non-existing submodule