com.vaadin.server
Interface ErrorHandler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultErrorHandler, LegacyApplication

public interface ErrorHandler
extends java.io.Serializable

Interface for listening to errors in the application.


Method Summary
 void error(ErrorEvent event)
          Invoked when an error occurs.
 

Method Detail

error

void error(ErrorEvent event)
Invoked when an error occurs.

Parameters:
event - the fired event.


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