org.eclipse.jgit.errors
Class GitlinksNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.eclipse.jgit.errors.GitlinksNotSupportedException
All Implemented Interfaces:
Serializable

public class GitlinksNotSupportedException
extends IOException

An exception thrown when a gitlink entry is found and cannot be handled.

See Also:
Serialized Form

Constructor Summary
GitlinksNotSupportedException(String s)
          Construct a GitlinksNotSupportedException for the specified link
 
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

GitlinksNotSupportedException

public GitlinksNotSupportedException(String s)
Construct a GitlinksNotSupportedException for the specified link

Parameters:
s - name of link in tree or workdir


Copyright © 2011. All Rights Reserved.