com.vaadin.terminal
Interface Terminal.ErrorEvent

All Superinterfaces:
Serializable
All Known Subinterfaces:
AbstractComponent.ComponentErrorEvent, VariableOwner.ErrorEvent
All Known Implementing Classes:
AbstractApplicationPortlet.RequestError, AbstractApplicationServlet.RequestError, AbstractCommunicationManager.ErrorHandlerErrorEvent, Application.ApplicationError, ChangeVariablesErrorEvent
Enclosing interface:
Terminal

public static interface Terminal.ErrorEvent
extends Serializable

An error event implementation for Terminal.


Method Summary
 Throwable getThrowable()
          Gets the contained throwable, the cause of the error.
 

Method Detail

getThrowable

Throwable getThrowable()
Gets the contained throwable, the cause of the error.



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