org.eclipse.jgit.dircache
Class InvalidPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.eclipse.jgit.dircache.InvalidPathException
All Implemented Interfaces:
Serializable

public class InvalidPathException
extends IllegalArgumentException

Thrown when JGit detects and refuses to use an invalid path

Since:
2.0
See Also:
Serialized Form

Constructor Summary
InvalidPathException(String path)
           
 
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

InvalidPathException

public InvalidPathException(String path)
Parameters:
path -


Copyright © 2012. All Rights Reserved.