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:
Serializable
Indicates a
Repository
has no working directory,
and is thus bare.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates an exception indicating there is no work tree for a repository. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NoWorkTreeException
public NoWorkTreeException()Creates an exception indicating there is no work tree for a repository.
-