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 classClientConnector.ConnectorErrorEventAn error event for connector related errors.Methods in com.vaadin.server with parameters of type ErrorEvent Modifier and Type Method Description static voidDefaultErrorHandler. doDefault(ErrorEvent event)voidDefaultErrorHandler. error(ErrorEvent event)voidErrorHandler. error(ErrorEvent event)Invoked when an error occurs.voidLegacyApplication. error(ErrorEvent event)Deprecated.static AbstractComponentDefaultErrorHandler. findAbstractComponent(ErrorEvent event)Returns the AbstractComponent associated with the given error if such can be found
-