Uses of Interface
com.vaadin.server.ErrorHandler
-
Packages that use ErrorHandler Package Description com.vaadin.event com.vaadin.server -
-
Uses of ErrorHandler in com.vaadin.event
Methods in com.vaadin.event with parameters of type ErrorHandler Modifier and Type Method Description void
EventRouter. fireEvent(EventObject event, ErrorHandler errorHandler)
Sends an event to all registered listeners. -
Uses of ErrorHandler in com.vaadin.server
Classes in com.vaadin.server that implement ErrorHandler Modifier and Type Class Description class
DefaultErrorHandler
class
LegacyApplication
Deprecated.As of 7.0.Methods in com.vaadin.server that return ErrorHandler Modifier and Type Method Description static ErrorHandler
ErrorEvent. findErrorHandler(ClientConnector connector)
Method for finding the error handler for the given connector.static ErrorHandler
ErrorEvent. findErrorHandler(VaadinSession session)
Method for finding the error handler for the given session.ErrorHandler
AbstractClientConnector. getErrorHandler()
ErrorHandler
ClientConnector. getErrorHandler()
Gets the error handler for the connector.ErrorHandler
DragAndDropService. getErrorHandler()
ErrorHandler
VaadinSession. getErrorHandler()
Gets the session's error handler.Methods in com.vaadin.server with parameters of type ErrorHandler Modifier and Type Method Description void
AbstractClientConnector. setErrorHandler(ErrorHandler errorHandler)
void
ClientConnector. setErrorHandler(ErrorHandler errorHandler)
Sets the error handler for the connector.void
DragAndDropService. setErrorHandler(ErrorHandler errorHandler)
void
VaadinSession. setErrorHandler(ErrorHandler errorHandler)
Sets the session error handler.
-