org.eclipse.jgit.errors
Class NoWorkTreeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.eclipse.jgit.errors.NoWorkTreeException
All Implemented Interfaces:
Serializable

public class NoWorkTreeException
extends IllegalStateException

Indicates a Repository has no working directory, and is thus bare.

See Also:
Serialized Form

Constructor Summary
NoWorkTreeException()
          Creates an exception indicating there is no work tree for a repository.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

NoWorkTreeException

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



Copyright © 2012. All Rights Reserved.