com.vaadin.server.

Class ClientConnector.ConnectorErrorEvent

  • All Implemented Interfaces:

    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 or #getComponent() to find the nearest parent component.

    See Also:

    Serialized Form

    • Constructor Detail

    • Method Detail

      • getConnector

        public Connector getConnector()

        Gets the connector for which this error occurred.

        Returns:

        The connector for which the error occurred