Package org.eclipse.jgit.dircache
Class InvalidPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.eclipse.jgit.dircache.InvalidPathException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidPathException extends java.lang.IllegalArgumentException
Thrown when JGit detects and refuses to use an invalid path- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPathException(java.lang.String path)
-