Class ExecutionError


  • public class ExecutionError
    extends Object
    Author:
    Geoffroy Jamgotchian
    • Constructor Detail

      • ExecutionError

        public ExecutionError​(Command command,
                              int index,
                              int exitCode)
    • Method Detail

      • getCommand

        public Command getCommand()
      • getIndex

        public int getIndex()
      • getExitCode

        public int getExitCode()