Package bm.util

Interface RunOrThrow.RoT<E extends Exception>

Type Parameters:
E - type of exception thrown
Enclosing interface:
RunOrThrow

public static interface RunOrThrow.RoT<E extends Exception>
A Runnable which may throw any type of Exception.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     
  • Method Details

    • run

      void run() throws E
      Throws:
      E