We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.
Interface Terminal.ErrorEvent
All Superinterfaces:
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:
- extends Serializable
public static interface Terminal.ErrorEvent
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.