Java com.vaadin.server DefaultErrorHandler fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.server DefaultErrorHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.server DefaultErrorHandler.

The text is from its open source code.

Subclass

com.vaadin.server.DefaultErrorHandler has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voiddoDefault(ErrorEvent event)
AbstractComponentfindAbstractComponent(com.vaadin.server.ErrorEvent event)
Returns the AbstractComponent associated with the given error if such can be found.
ThrowablefindRelevantThrowable(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).