org.eclipse.jgit.api.errors
Class GitAPIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.jgit.api.errors.GitAPIException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CanceledException, CannotDeleteCurrentBranchException, CheckoutConflictException, ConcurrentRefUpdateException, DetachedHeadException, InvalidConfigurationException, InvalidMergeHeadsException, InvalidRefNameException, InvalidRemoteException, InvalidTagNameException, MultipleParentsNotAllowedException, NoFilepatternException, NoHeadException, NoMessageException, NotMergedException, PatchApplyException, PatchFormatException, RefAlreadyExistsException, RefNotFoundException, StashApplyFailureException, TransportException, UnmergedPathsException, WrongRepositoryStateException

public abstract class GitAPIException
extends Exception

Superclass of all exceptions thrown by the API classes in org.eclipse.jgit.api

See Also:
Serialized Form

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
 



Copyright © 2013. All Rights Reserved.