com.vaadin.server
Interface Terminal.ErrorEvent

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
AbstractComponent.ComponentErrorEvent, VariableOwner.ErrorEvent
All Known Implementing Classes:
AbstractCommunicationManager.ErrorHandlerErrorEvent, ChangeVariablesErrorEvent, VaadinPortlet.RequestError, VaadinServiceSession.ApplicationError, VaadinServlet.RequestError
Enclosing interface:
Terminal

public static interface Terminal.ErrorEvent
extends java.io.Serializable

An error event implementation for Terminal.


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

Method Detail

getThrowable

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



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