We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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:
- extends Object
- implements ParameterHandler.ErrorEvent, Serializable
public class AbstractApplicationServlet.ParameterHandlerErrorImpl
Implementation of ParameterHandler.ErrorEvent interface.
See Also:
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()
- Specified by:
getThrowable
in interfaceTerminal.ErrorEvent
- See Also:
Terminal.ErrorEvent.getThrowable()
Gets the contained throwable.
getParameterHandler
public ParameterHandler getParameterHandler()
- Specified by:
getParameterHandler
in interfaceParameterHandler.ErrorEvent
- Returns:
- the ParameterHandler that caused the error
- See Also:
ParameterHandler.ErrorEvent.getParameterHandler()
Gets the source ParameterHandler.