Interface TestRunnerPerformanceLogger.RunnableWithException<E extends java.lang.Exception>

  • Type Parameters:
    E - the exception class
    Enclosing class:
    TestRunnerPerformanceLogger

    public static interface TestRunnerPerformanceLogger.RunnableWithException<E extends java.lang.Exception>
    A runnable with no result that can throw an exception.
    Author:
    Rene Schneider - initial API and implementation
    • Method Detail

      • run

        void run()
          throws E extends java.lang.Exception
        Runs the stuff.
        Throws:
        E
        E extends java.lang.Exception