com.vaadin.terminal.gwt.server
Class AbstractApplicationServlet.ParameterHandlerErrorImpl
java.lang.Object
com.vaadin.terminal.gwt.server.AbstractApplicationServlet.ParameterHandlerErrorImpl
- All Implemented Interfaces:
- ParameterHandler.ErrorEvent, Terminal.ErrorEvent, Serializable
- Enclosing class:
- AbstractApplicationServlet
public class AbstractApplicationServlet.ParameterHandlerErrorImpl
- extends Object
- implements ParameterHandler.ErrorEvent, Serializable
Implementation of ParameterHandler.ErrorEvent interface.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractApplicationServlet.ParameterHandlerErrorImpl
public AbstractApplicationServlet.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 ParameterHandler that caused the error
- See Also:
ParameterHandler.ErrorEvent.getParameterHandler()
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.