Class 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:
  • Field Details

  • Constructor Details

    • InvalidPathException

      public InvalidPathException(String path)
      Constructor for InvalidPathException
      Parameters:
      path - the invalid path
    • InvalidPathException

      InvalidPathException(String messagePattern, Object... arguments)