com.itmill.toolkit.terminal.web
Class HttpVariableMap.VariableOwnerErrorImpl

java.lang.Object
  extended by com.itmill.toolkit.terminal.web.HttpVariableMap.TerminalErrorImpl
      extended by com.itmill.toolkit.terminal.web.HttpVariableMap.VariableOwnerErrorImpl
All Implemented Interfaces:
Terminal.ErrorEvent, VariableOwner.ErrorEvent
Enclosing class:
HttpVariableMap

public class HttpVariableMap.VariableOwnerErrorImpl
extends HttpVariableMap.TerminalErrorImpl
implements VariableOwner.ErrorEvent

Implementation of VariableOwner.Error interface.


Method Summary
 VariableOwner getVariableOwner()
          Gets the source VariableOwner.
 
Methods inherited from class com.itmill.toolkit.terminal.web.HttpVariableMap.TerminalErrorImpl
getThrowable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.itmill.toolkit.terminal.Terminal.ErrorEvent
getThrowable
 

Method Detail

getVariableOwner

public VariableOwner getVariableOwner()
Gets the source VariableOwner.

Specified by:
getVariableOwner in interface VariableOwner.ErrorEvent
Returns:
the variable owner.
See Also:
VariableOwner.ErrorEvent.getVariableOwner()


Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.