com.vaadin.terminal.


Interface ParameterHandler.ErrorEvent

All Superinterfaces:

Serializable, Terminal.ErrorEvent

All Known Implementing Classes:

AbstractApplicationServlet.ParameterHandlerErrorImpl

Enclosing interface:

ParameterHandler

public static interface ParameterHandler.ErrorEvent
extends Terminal.ErrorEvent

An ErrorEvent implementation for ParameterHandler.

Method Summary
 ParameterHandler getParameterHandler()
          Gets the ParameterHandler that caused the error.
 
Methods inherited from interface com.vaadin.terminal.Terminal.ErrorEvent
getThrowable
 

Method Detail

getParameterHandler

ParameterHandler getParameterHandler()

Gets the ParameterHandler that caused the error.

Returns:
the ParameterHandler that caused the error