Interface ErrorHandlingRunnable

  • All Superinterfaces:
    Runnable, Serializable

    public interface ErrorHandlingRunnable
    extends Runnable, Serializable
    Defines the interface to handle exceptions thrown during the execution of a FutureAccess.
    Since:
    7.1.8
    Author:
    Vaadin Ltd
    • Method Detail

      • handleError

        void handleError​(Exception exception)
        Handles exceptions thrown during the execution of a FutureAccess.
        Parameters:
        exception - the thrown exception.
        Since:
        7.1.8