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

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

Introduction

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

The text is from its open source code.

Method

ErrorHandlerfindErrorHandler(ClientConnector connector)
Method for finding the error handler for the given connector.
ErrorHandlerfindErrorHandler(VaadinSession session)
Method for finding the error handler for the given session.
ThrowablegetThrowable()
Gets the contained throwable, the cause of the error.