Class NoWorkTreeException

All Implemented Interfaces:
Serializable

public class NoWorkTreeException extends IllegalStateException
Indicates a Repository has no working directory, and is thus bare.
See Also:
  • Field Details

  • Constructor Details

    • NoWorkTreeException

      public NoWorkTreeException()
      Creates an exception indicating there is no work tree for a repository.