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:
- Serializable
public class InvalidPathException
- extends IllegalArgumentException
Thrown when JGit detects and refuses to use an invalid path
- Since:
- 2.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPathException
public InvalidPathException(String path)
- Parameters:
path
-
Copyright © 2012. All Rights Reserved.