com.vaadin.server
Class ClientConnector.ConnectorErrorEvent

java.lang.Object
  extended by com.vaadin.server.ErrorEvent
      extended by com.vaadin.server.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 or #getComponent() to find the nearest parent component.

See Also:
Serialized Form

Constructor Summary
ClientConnector.ConnectorErrorEvent(com.vaadin.shared.Connector connector, java.lang.Throwable t)
           
 
Method Summary
 com.vaadin.shared.Connector getConnector()
          Gets the connector for which this error occurred.
 
Methods inherited from class com.vaadin.server.ErrorEvent
findErrorHandler, findErrorHandler, getThrowable, setThrowable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientConnector.ConnectorErrorEvent

public ClientConnector.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


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.