Package org.eclipse.jgit.api.errors
Class NoMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.NoMessageException
- All Implemented Interfaces:
Serializable
Exception thrown when the options given to a command don't include a
specification of a message text (e.g. a commit was called without explicitly
specifying a commit message (or other options telling where to take the
message from.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoMessageException
(String message) Constructor for NoMessageExceptionNoMessageException
(String message, Throwable cause) Constructor for NoMessageException -
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
-
NoMessageException
Constructor for NoMessageException- Parameters:
message
- error messagecause
- aThrowable
-
NoMessageException
Constructor for NoMessageException- Parameters:
message
- error message
-