com.vaadin.terminal.gwt.server
Class AbstractApplicationServlet.ParameterHandlerErrorImpl

java.lang.Object
  extended by 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

Constructor Summary
AbstractApplicationServlet.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

AbstractApplicationServlet.ParameterHandlerErrorImpl

public AbstractApplicationServlet.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 ParameterHandler that caused the error
See Also:
ParameterHandler.ErrorEvent.getParameterHandler()


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.