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

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

public class HttpVariableMap.TerminalErrorImpl
extends Object
implements Terminal.ErrorEvent

Implementation of VariableOwner.Error interface.


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

Method Detail

getThrowable

public Throwable getThrowable()
Gets the contained throwable.

Specified by:
getThrowable in interface Terminal.ErrorEvent
See Also:
Terminal.ErrorEvent.getThrowable()


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