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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidPathException(java.lang.String path)
Constructor for InvalidPathExceptionInvalidPathException(java.lang.String messagePattern, java.lang.Object... arguments)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-