public interface ErrorHandlingRunnable extends Runnable, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
handleError(Exception exception)
Handles exceptions thrown during the execution of a FutureAccess.
|
void handleError(Exception exception)
exception - the thrown exception.Copyright © 2018 Vaadin Ltd. All rights reserved.