Example usage for Java com.vaadin.server DefaultErrorHandler fields, constructors, methods, implement or subclass
The text is from its open source code.
void | doDefault(ErrorEvent event) |
AbstractComponent | findAbstractComponent(com.vaadin.server.ErrorEvent event) Returns the AbstractComponent associated with the given error if such can be found. |
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). |