Class InvalidOutputException

All Implemented Interfaces:
Serializable

public class InvalidOutputException extends InvalidResultException
Process finished with an unexpected output.
Since:
1.8
See Also:
  • Field Details

  • Constructor Details

    • InvalidOutputException

      public InvalidOutputException(String message, ProcessResult result)
      Parameters:
      message - the detail message of the exception
      result - result of execution (contains also the exit value)