Interface WrappedCheckedException.CheckedRunnable

Enclosing class:
WrappedCheckedException
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface WrappedCheckedException.CheckedRunnable
A Runnable that throws checked exceptions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Runs the task.
  • Method Details

    • run

      void run() throws Exception
      Runs the task.
      Throws:
      Exception - if unable to compute a result