public class DefaultExceptionHandler extends java.lang.Object implements ExceptionHandler
Constructor and Description |
---|
DefaultExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
boolean |
handle(com.vaadin.server.ErrorEvent event,
App app)
Handle an exception.
|
protected void |
showDialog(App app,
AppUI ui,
java.lang.Throwable exception) |
protected void |
showNotification(App app,
AppUI ui,
java.lang.Throwable exception) |
protected Messages messages
public boolean handle(com.vaadin.server.ErrorEvent event, App app)
ExceptionHandler
handle
in interface ExceptionHandler
event
- error event containing the exception, generated by Vaadinapp
- current App
instance