Package com.vaadin.server
Class ClientConnector.ConnectorErrorEvent
- java.lang.Object
-
- com.vaadin.server.ErrorEvent
-
- 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. UsegetConnector()to find the connector where the error occurred.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectorErrorEvent(com.vaadin.shared.Connector connector, java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.shared.ConnectorgetConnector()Gets the connector for which this error occurred.-
Methods inherited from class com.vaadin.server.ErrorEvent
findErrorHandler, findErrorHandler, getThrowable, setThrowable
-
-