com.itmill.toolkit.terminal.gwt.server
Class CommunicationManager.URIHandlerErrorImpl

java.lang.Object
  extended by com.itmill.toolkit.terminal.gwt.server.CommunicationManager.URIHandlerErrorImpl
All Implemented Interfaces:
Terminal.ErrorEvent, URIHandler.ErrorEvent
Enclosing class:
CommunicationManager

public class CommunicationManager.URIHandlerErrorImpl
extends Object
implements URIHandler.ErrorEvent

Implementation of URIHandler.ErrorEvent interface.


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

Method Detail

getThrowable

public Throwable getThrowable()
Description copied from interface: Terminal.ErrorEvent
Gets the contained throwable.

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

getURIHandler

public URIHandler getURIHandler()
Description copied from interface: URIHandler.ErrorEvent
Gets the source URIHandler.

Specified by:
getURIHandler in interface URIHandler.ErrorEvent
Returns:
the URIHandler.
See Also:
URIHandler.ErrorEvent.getURIHandler()


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