com.vaadin.terminal.gwt.server.


Class AbstractCommunicationManager.URIHandlerErrorImpl

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

All Implemented Interfaces:

Terminal.ErrorEvent, URIHandler.ErrorEvent, Serializable

Enclosing class:

AbstractCommunicationManager

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

Implementation of URIHandler.ErrorEvent interface.

See Also:

Serialized Form

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

Method Detail

getThrowable

public Throwable getThrowable()

Description copied from interface: Terminal.ErrorEvent

Gets the contained throwable, the cause of the error.

Specified by:
getThrowable in interface Terminal.ErrorEvent

See Also:
Terminal.ErrorEvent.getThrowable()

getURIHandler

public URIHandler getURIHandler()

Description copied from interface: URIHandler.ErrorEvent

Gets the URIHandler that caused this error.

Specified by:
getURIHandler in interface URIHandler.ErrorEvent

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