Package | Description |
---|---|
com.vaadin.flow.server |
Modifier and Type | Class and Description |
---|---|
class |
DefaultErrorHandler
The default implementation of
ErrorHandler . |
Modifier and Type | Method and Description |
---|---|
static ErrorHandler |
ErrorEvent.findErrorHandler(VaadinSession session)
Method for finding the error handler for the given session.
|
ErrorHandler |
VaadinSession.getErrorHandler()
Gets the session's error handler.
|
Modifier and Type | Method and Description |
---|---|
void |
VaadinSession.setErrorHandler(ErrorHandler errorHandler)
Sets the session error handler.
|
Copyright © 2019. All rights reserved.