Class InvalidExitUtil

java.lang.Object
org.zeroturnaround.exec.InvalidExitUtil

class InvalidExitUtil extends Object
Helper for checking the exit code of the finished process.
  • Field Details

    • MAX_OUTPUT_SIZE_IN_ERROR_MESSAGE

      private static final int MAX_OUTPUT_SIZE_IN_ERROR_MESSAGE
      In case InvalidExitValueException or TimeoutException is thrown and we have read the process output we include the output up to this length in the error message. If the output is longer we truncate it.
      See Also:
  • Constructor Details

    • InvalidExitUtil

      InvalidExitUtil()
  • Method Details