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

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

public class ApplicationServlet.ParameterHandlerErrorImpl
extends Object
implements ParameterHandler.ErrorEvent

Implementation of ParameterHandler.ErrorEvent interface.


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

Constructor Detail

ApplicationServlet.ParameterHandlerErrorImpl

public ApplicationServlet.ParameterHandlerErrorImpl()
Method Detail

getThrowable

public Throwable getThrowable()
Gets the contained throwable.

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

getParameterHandler

public ParameterHandler getParameterHandler()
Gets the source ParameterHandler.

Specified by:
getParameterHandler in interface ParameterHandler.ErrorEvent
Returns:
the source Parameter Handler.
See Also:
ParameterHandler.ErrorEvent.getParameterHandler()


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