com.vaadin.terminal
Interface URIHandler.ErrorEvent

All Superinterfaces:
Serializable, Terminal.ErrorEvent
All Known Implementing Classes:
AbstractApplicationServlet.URIHandlerErrorImpl, AbstractCommunicationManager.URIHandlerErrorImpl
Enclosing interface:
URIHandler

public static interface URIHandler.ErrorEvent
extends Terminal.ErrorEvent

An ErrorEvent implementation for URIHandler.


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

Method Detail

getURIHandler

URIHandler getURIHandler()
Gets the URIHandler that caused this error.

Returns:
the URIHandler that caused the error


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