Class ProcessUtils.ProcessThreadErrOutput

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    ProcessUtils

    public static final class ProcessUtils.ProcessThreadErrOutput
    extends Object
    implements Runnable
    This class allow to fetch standard error of the process, without printing
    • Field Detail

      • exceptionMessage

        public String exceptionMessage
    • Constructor Detail

      • ProcessThreadErrOutput

        public ProcessThreadErrOutput​(InputStream err)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable