Example usage for Java com.vaadin.server ErrorEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
ErrorHandler | findErrorHandler(ClientConnector connector) Method for finding the error handler for the given connector. |
ErrorHandler | findErrorHandler(VaadinSession session) Method for finding the error handler for the given session. |
Throwable | getThrowable() Gets the contained throwable, the cause of the error. |