Class ClientConnector.ConnectorErrorEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    ClientConnector

    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:
    Serialized Form
    • Constructor Detail

      • ConnectorErrorEvent

        public ConnectorErrorEvent​(com.vaadin.shared.Connector connector,
                                   java.lang.Throwable t)
    • Method Detail

      • getConnector

        public com.vaadin.shared.Connector getConnector()
        Gets the connector for which this error occurred.
        Returns:
        The connector for which the error occurred