Interface ErrorConsumer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void consumeError​(java.io.InputStream pInputStream)
      The ErrorConsumer must read the output of a process from the given InputStream.
    • Method Detail

      • consumeError

        void consumeError​(java.io.InputStream pInputStream)
                   throws java.io.IOException
        The ErrorConsumer must read the output of a process from the given InputStream.
        Throws:
        java.io.IOException