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

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

public class ApplicationServlet.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()
Gets the contained throwable.

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

getURIHandler

public URIHandler getURIHandler()
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.