Package pl.project13.core
Class NativeGitProvider.NativeCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.project13.core.GitCommitIdExecutionException
pl.project13.core.NativeGitProvider.NativeCommandException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NativeGitProvider
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNativeCommandException(int exitCode, String command, File directory, String stdout, String stderr) -
Method Summary
Modifier and TypeMethodDescriptionintMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NativeCommandException
-
-
Method Details
-
getExitCode
public int getExitCode() -
getCommand
-
getDirectory
-
getStdout
-
getStderr
-
getMessage
- Overrides:
getMessagein classThrowable
-