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:
Serializable
Exception thrown when the options given to a command don't include a
file pattern which is mandatory for processing.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoFilepatternException
(String message) Constructor for NoFilepatternException.NoFilepatternException
(String message, Throwable cause) Constructor for NoFilepatternException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NoFilepatternException
Constructor for NoFilepatternException.- Parameters:
message
- error messagecause
- aThrowable
-
NoFilepatternException
Constructor for NoFilepatternException.- Parameters:
message
- error message
-