Interface ISafeRunnableRunner

    • Method Detail

      • run

        void run​(ISafeRunnable code)
        Runs the runnable. All ISafeRunnableRunners must catch any exception thrown by the ISafeRunnable and pass the exception to ISafeRunnable.handleException().
        Parameters:
        code - the code executed as a save runnable
        See Also:
        SafeRunnable.run(ISafeRunnable)