Class CommandRunException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.cosium.code.format.executable.CommandRunException
All Implemented Interfaces:
Serializable

public class CommandRunException extends RuntimeException
Created on 20/02/18.
Author:
Reda.Housni-Alaoui
See Also:
  • Constructor Details

    • CommandRunException

      public CommandRunException(int exitCode, String output, String... command)
  • Method Details

    • getExitCode

      public int getExitCode()