Package org.eclipse.jgit.errors
Class DirCacheNameConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.eclipse.jgit.errors.DirCacheNameConflictException
-
- All Implemented Interfaces:
Serializable
public class DirCacheNameConflictException extends IllegalStateException
Thrown by DirCache code when entries overlap in impossible way.- Since:
- 4.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DirCacheNameConflictException(String path1, String path2)
Construct an exception for a specific path.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPath1()
Get one of the paths that has a conflictString
getPath2()
Get another path that has a conflict-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-