Get rid of the class GitException
commit4fe93d293a94d78930d4982a77155c357a19a55c
authorTor Arne Vestbø <torarnv@gmail.com>
Wed, 26 Aug 2009 18:07:54 +0000 (26 20:07 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 27 Aug 2009 01:30:25 +0000 (26 18:30 -0700)
tree5b8430f6c7c660f8a7e7e187e5fbbaa85e23c692
parentad8c8702a7e45d6ac3872c150dd6af4ac34e7de8
Get rid of the class GitException

The class was based on the CVSException class from the package
org.eclipse.team.internal.ccvs.core, as well as SVNException
from org.tigris.subversion.subclipse.core.

Sadly the latter is not suitable as a basis when contributing
source code to the Eclipse Foundation, so it had to be removed.

If we need this class and its wrapper-helpers in the future we
can base it off CVSException. If we do, we should also add a
GitStatus, since TeamStatus is rally meant for API errors only.

From: https://bugs.eclipse.org/287743
Signed-off-by: Tor Arne Vestbø <torarnv@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.egit.core/src/org/eclipse/egit/core/GitException.java [deleted file]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/GitLightweightDecorator.java