Class GitCliOutputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.craftercms.studio.api.v2.exception.git.cli.GitCliOutputException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GitRepositoryLockedException,NoChangesToCommitException
Thrown when the Git CLI exits with a non-zero value. The output of the command is in the message.
- Since:
- 3.1.23
- Author:
- Alfonso Vasquez
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GitCliOutputException
-
-
Method Details
-
getExitValue
public int getExitValue()
-