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 voidEventRouter. 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 classDefaultErrorHandlerclassLegacyApplicationDeprecated.As of 7.0.Methods in com.vaadin.server that return ErrorHandler Modifier and Type Method Description static ErrorHandlerErrorEvent. findErrorHandler(ClientConnector connector)Method for finding the error handler for the given connector.static ErrorHandlerErrorEvent. findErrorHandler(VaadinSession session)Method for finding the error handler for the given session.ErrorHandlerAbstractClientConnector. getErrorHandler()ErrorHandlerClientConnector. getErrorHandler()Gets the error handler for the connector.ErrorHandlerDragAndDropService. getErrorHandler()Deprecated.ErrorHandlerVaadinSession. getErrorHandler()Gets the session's error handler.Methods in com.vaadin.server with parameters of type ErrorHandler Modifier and Type Method Description voidAbstractClientConnector. setErrorHandler(ErrorHandler errorHandler)voidClientConnector. setErrorHandler(ErrorHandler errorHandler)Sets the error handler for the connector.voidDragAndDropService. setErrorHandler(ErrorHandler errorHandler)Deprecated.voidVaadinSession. setErrorHandler(ErrorHandler errorHandler)Sets the session error handler.
-