Package com.vaadin.server
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleError(Exception exception)
Handles exceptions thrown during the execution of a FutureAccess.
-
-
-
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
-
-