Package com.vaadin.server
Class ClientConnector.ConnectorErrorEvent
- java.lang.Object
-
- com.vaadin.server.ErrorEvent
-
- com.vaadin.server.ClientConnector.ConnectorErrorEvent
-
- All Implemented Interfaces:
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 or#getComponent()
to find the nearest parent component.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectorErrorEvent(Connector connector, Throwable t)
-
Method Summary
All Methods Instance Methods Concrete 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
-
-