com.vaadin.terminal.gwt.server.


Class ChangeVariablesErrorEvent

java.lang.Object
  com.vaadin.terminal.gwt.server.ChangeVariablesErrorEvent

All Implemented Interfaces:

Terminal.ErrorEvent, AbstractComponent.ComponentErrorEvent, Serializable

public class ChangeVariablesErrorEvent
extends Object
implements AbstractComponent.ComponentErrorEvent

See Also:

Serialized Form

Constructor Summary
ChangeVariablesErrorEvent(Component component, Throwable throwable, Map<String,Object> variableChanges)
           
 
Method Summary
 Component getComponent()
           
 Throwable getThrowable()
          Gets the contained throwable, the cause of the error.
 Map<String,Object> getVariableChanges()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeVariablesErrorEvent

public ChangeVariablesErrorEvent(Component component,
                                 Throwable throwable,
                                 Map<String,Object> variableChanges)
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

getComponent

public Component getComponent()

getVariableChanges

public Map<String,Object> getVariableChanges()