Class NativeGitProvider.NativeCommandException

    • Constructor Summary

      Constructors 
      Constructor Description
      NativeCommandException​(int exitCode, java.lang.String command, java.io.File directory, java.lang.String stdout, java.lang.String stderr)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCommand()  
      java.io.File getDirectory()  
      int getExitCode()  
      java.lang.String getMessage()  
      java.lang.String getStderr()  
      java.lang.String getStdout()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NativeCommandException

        public NativeCommandException​(int exitCode,
                                      java.lang.String command,
                                      java.io.File directory,
                                      java.lang.String stdout,
                                      java.lang.String stderr)
    • Method Detail

      • getExitCode

        public int getExitCode()
      • getCommand

        public java.lang.String getCommand()
      • getDirectory

        public java.io.File getDirectory()
      • getStdout

        public java.lang.String getStdout()
      • getStderr

        public java.lang.String getStderr()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable