Package org.eclipse.jgit.errors
Class NoWorkTreeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.eclipse.jgit.errors.NoWorkTreeException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoWorkTreeException extends java.lang.IllegalStateException
Indicates aRepository
has no working directory, and is thus bare.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoWorkTreeException()
Creates an exception indicating there is no work tree for a repository.
-