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 AbstractCommunicationManager.URIHandlerErrorImpl
java.lang.Object
com.vaadin.terminal.gwt.server.AbstractCommunicationManager.URIHandlerErrorImpl
All Implemented Interfaces:
Enclosing class:
- extends Object
- implements URIHandler.ErrorEvent, Serializable
public class AbstractCommunicationManager.URIHandlerErrorImpl
Implementation of URIHandler.ErrorEvent
interface.
See Also:
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()
- Specified by:
getThrowable
in interfaceTerminal.ErrorEvent
- See Also:
Terminal.ErrorEvent.getThrowable()
Description copied from interface: Terminal.ErrorEvent
Gets the contained throwable, the cause of the error.
getURIHandler
public URIHandler getURIHandler()
- Specified by:
getURIHandler
in interfaceURIHandler.ErrorEvent
- Returns:
- the URIHandler that caused the error
- See Also:
URIHandler.ErrorEvent.getURIHandler()
Description copied from interface: URIHandler.ErrorEvent
Gets the URIHandler that caused this error.