public interface ExceptionHandler
Modifier and Type | Method and Description |
---|---|
boolean |
handle(com.vaadin.server.ErrorEvent event,
App app)
Handle an exception.
|
boolean handle(com.vaadin.server.ErrorEvent event, App app)
event
- error event containing the exception, generated by Vaadinapp
- current App
instance