public class DefaultErrorHandler extends Object implements ErrorHandler
ErrorHandler.| Constructor and Description |
|---|
DefaultErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(ErrorEvent event)
Invoked when an error occurs.
|
static Throwable |
findRelevantThrowable(Throwable t)
Vaadin wraps exceptions in its own and due to reflection usage there
might be also other irrelevant exceptions that make no sense for Vaadin
users (~developers using Vaadin).
|
public void error(ErrorEvent event)
ErrorHandlererror in interface ErrorHandlerevent - the fired event.public static Throwable findRelevantThrowable(Throwable t)
t - a throwable passed to ErrorHandlerCopyright © 2025. All rights reserved.