com.vaadin.server
Interface ErrorHandlingRunnable

All Superinterfaces:
java.lang.Runnable, java.io.Serializable

public interface ErrorHandlingRunnable
extends java.lang.Runnable, java.io.Serializable

Defines the interface to handle exceptions thrown during the execution of a FutureAccess.

Since:
7.1.8
Author:
Vaadin Ltd

Method Summary
 void handleError(java.lang.Exception exception)
          Handles exceptions thrown during the execution of a FutureAccess.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

handleError

void handleError(java.lang.Exception exception)
Handles exceptions thrown during the execution of a FutureAccess.

Parameters:
exception - the thrown exception.
Since:
7.1.8


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.