Uses of Interface
com.vaadin.flow.server.ErrorHandler
-
Packages that use ErrorHandler Package Description com.vaadin.flow.server -
-
Uses of ErrorHandler in com.vaadin.flow.server
Classes in com.vaadin.flow.server that implement ErrorHandler Modifier and Type Class Description classDefaultErrorHandlerThe default implementation ofErrorHandler.Methods in com.vaadin.flow.server that return ErrorHandler Modifier and Type Method Description static ErrorHandlerErrorEvent. findErrorHandler(VaadinSession session)Finds the error handler for the given session.ErrorHandlerVaadinSession. getErrorHandler()Gets the session's error handler.Methods in com.vaadin.flow.server with parameters of type ErrorHandler Modifier and Type Method Description voidVaadinSession. setErrorHandler(ErrorHandler errorHandler)Sets the session error handler.
-