Uses of Interface
com.vaadin.flow.server.ErrorHandler
-
Uses of ErrorHandler in com.vaadin.flow.server
Modifier and TypeMethodDescriptionstatic ErrorHandler
ErrorEvent.findErrorHandler
(VaadinSession session) Finds the error handler for the given session.VaadinSession.getErrorHandler()
Gets the session's error handler.Modifier and TypeMethodDescriptionvoid
VaadinSession.setErrorHandler
(ErrorHandler errorHandler) Sets the session error handler.