com.itmill.toolkit.terminal.gwt.server
Class ApplicationServlet.ParameterHandlerErrorImpl
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationServlet.ParameterHandlerErrorImpl
public ApplicationServlet.ParameterHandlerErrorImpl()
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.