|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.server.ErrorEvent
com.vaadin.server.ClientConnector.ConnectorErrorEvent
public static class ClientConnector.ConnectorErrorEvent
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.
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 |
---|
public ClientConnector.ConnectorErrorEvent(com.vaadin.shared.Connector connector, java.lang.Throwable t)
Method Detail |
---|
public com.vaadin.shared.Connector getConnector()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |