Class NoFilepatternException

All Implemented Interfaces:
Serializable

public class NoFilepatternException extends GitAPIException
Exception thrown when the options given to a command don't include a file pattern which is mandatory for processing.
See Also:
  • Field Details

  • Constructor Details

    • NoFilepatternException

      public NoFilepatternException(String message, Throwable cause)
      Constructor for NoFilepatternException.
      Parameters:
      message - error message
      cause - a Throwable
    • NoFilepatternException

      public NoFilepatternException(String message)
      Constructor for NoFilepatternException.
      Parameters:
      message - error message