com.itmill.toolkit.terminal.web
Class ApplicationServlet.ParameterHandlerErrorImpl

java.lang.Object
  extended by com.itmill.toolkit.terminal.web.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.


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
 

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-2008 IT Mill Ltd. All Rights Reserved.