Interface CommandFunctionTools.ErrorConsumer

Enclosing class:
CommandFunctionTools

private static interface CommandFunctionTools.ErrorConsumer
Functional interface used for handling stream read failures.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an IOException occurs while reading a stream.
  • Method Details

    • accept

      void accept(IOException e)
      Called when an IOException occurs while reading a stream.
      Parameters:
      e - exception