Class RouteNotFoundView

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.router.RouteNotFoundError
one.microstream.storage.restclient.app.ui.RouteNotFoundView
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.router.HasErrorParameter<com.vaadin.flow.router.NotFoundException>, Serializable

@Route(value="404",
       layout=RootLayout.class)
public class RouteNotFoundView
extends com.vaadin.flow.router.RouteNotFoundError
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    RouteNotFoundView()  
  • Method Summary

    Modifier and Type Method Description
    int setErrorParameter​(com.vaadin.flow.router.BeforeEnterEvent event, com.vaadin.flow.router.ErrorParameter<com.vaadin.flow.router.NotFoundException> parameter)  

    Methods inherited from class com.vaadin.flow.component.Component

    addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.vaadin.flow.component.AttachNotifier

    addAttachListener

    Methods inherited from interface com.vaadin.flow.component.DetachNotifier

    addDetachListener
  • Constructor Details

  • Method Details

    • setErrorParameter

      public int setErrorParameter​(com.vaadin.flow.router.BeforeEnterEvent event, com.vaadin.flow.router.ErrorParameter<com.vaadin.flow.router.NotFoundException> parameter)
      Specified by:
      setErrorParameter in interface com.vaadin.flow.router.HasErrorParameter<com.vaadin.flow.router.NotFoundException>
      Overrides:
      setErrorParameter in class com.vaadin.flow.router.RouteNotFoundError