com.vaadin.terminal.gwt.server.


Class AbstractCommunicationManager.ErrorHandlerErrorEvent

java.lang.Object
  com.vaadin.terminal.gwt.server.AbstractCommunicationManager.ErrorHandlerErrorEvent

All Implemented Interfaces:

Terminal.ErrorEvent, Serializable

Enclosing class:

AbstractCommunicationManager

public class AbstractCommunicationManager.ErrorHandlerErrorEvent
extends Object
implements Terminal.ErrorEvent, Serializable

See Also:

Serialized Form

Constructor Summary
AbstractCommunicationManager.ErrorHandlerErrorEvent(Throwable throwable)
           
 
Method Summary
 Throwable getThrowable()
          Gets the contained throwable, the cause of the error.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCommunicationManager.ErrorHandlerErrorEvent

public AbstractCommunicationManager.ErrorHandlerErrorEvent(Throwable throwable)
Method Detail

getThrowable

public Throwable getThrowable()

Description copied from interface: Terminal.ErrorEvent

Gets the contained throwable, the cause of the error.

Specified by:
getThrowable in interface Terminal.ErrorEvent