com.vaadin.terminal.gwt.server.


Class AbstractApplicationServlet.URIHandlerErrorImpl

java.lang.Object
  com.vaadin.terminal.gwt.server.AbstractApplicationServlet.URIHandlerErrorImpl

All Implemented Interfaces:

Terminal.ErrorEvent, URIHandler.ErrorEvent, Serializable

Enclosing class:

AbstractApplicationServlet

public class AbstractApplicationServlet.URIHandlerErrorImpl
extends Object
implements URIHandler.ErrorEvent, Serializable

Implementation of URIHandler.ErrorEvent interface.

See Also:

Serialized Form

Method Summary
 Throwable getThrowable()
          Gets the contained throwable.
 URIHandler getURIHandler()
          Gets the source URIHandler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getThrowable

public Throwable getThrowable()

Gets the contained throwable.

Specified by:
getThrowable in interface Terminal.ErrorEvent

See Also:
Terminal.ErrorEvent.getThrowable()

getURIHandler

public URIHandler getURIHandler()

Gets the source URIHandler.

Specified by:
getURIHandler in interface URIHandler.ErrorEvent

Returns:
the URIHandler that caused the error
See Also:
URIHandler.ErrorEvent.getURIHandler()