We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.server.
Class ClientConnector.ConnectorErrorEvent
- java.lang.Object
-
- com.vaadin.server.ErrorEvent
-
- com.vaadin.server.ClientConnector.ConnectorErrorEvent
-
All Implemented Interfaces:
Enclosing interface:
public static class ClientConnector.ConnectorErrorEvent extends ErrorEvent
An error event for connector related errors. Use
getConnector()
to find the connector where the error occurred.See Also:
-
-
Constructor Summary
Constructors Constructor Description ConnectorErrorEvent​(Connector connector, Throwable t)
-
Method Summary
All Methods Modifier and Type Method Description Connector
getConnector()
Gets the connector for which this error occurred.
-
Methods inherited from class com.vaadin.server.ErrorEvent
findErrorHandler, findErrorHandler, getThrowable, setThrowable
-
-