com.vaadin.terminal.


Interface Terminal.ErrorEvent

All Superinterfaces:

Serializable

All Known Subinterfaces:

AbstractComponent.ComponentErrorEvent, ParameterHandler.ErrorEvent, URIHandler.ErrorEvent, VariableOwner.ErrorEvent

All Known Implementing Classes:

AbstractApplicationPortlet.RequestError, AbstractApplicationServlet.ParameterHandlerErrorImpl, AbstractApplicationServlet.RequestError, AbstractApplicationServlet.URIHandlerErrorImpl, AbstractCommunicationManager.ErrorHandlerErrorEvent, AbstractCommunicationManager.URIHandlerErrorImpl, 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.