Package org.eclipse.jgit.api.errors
Class NoFilepatternException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.api.errors.GitAPIException
-
- org.eclipse.jgit.api.errors.NoFilepatternException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoFilepatternException(java.lang.String message)
NoFilepatternException(java.lang.String message, java.lang.Throwable cause)
-