Class InvalidExitUtil


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

      • 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:
        Constant Field Values
    • Constructor Detail

      • InvalidExitUtil

        InvalidExitUtil()