Uses of Class
com.vaadin.server.ErrorEvent
-
Packages that use ErrorEvent Package Description com.vaadin.server -
-
Uses of ErrorEvent in com.vaadin.server
Subclasses of ErrorEvent in com.vaadin.server Modifier and Type Class Description static class
ClientConnector.ConnectorErrorEvent
An error event for connector related errors.Methods in com.vaadin.server with parameters of type ErrorEvent Modifier and Type Method Description static void
DefaultErrorHandler. doDefault(ErrorEvent event)
void
DefaultErrorHandler. error(ErrorEvent event)
void
ErrorHandler. error(ErrorEvent event)
Invoked when an error occurs.void
LegacyApplication. error(ErrorEvent event)
Deprecated.static AbstractComponent
DefaultErrorHandler. findAbstractComponent(ErrorEvent event)
Returns the AbstractComponent associated with the given error if such can be found
-