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 intsetErrorParameter(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 
- 
Constructor Details
- 
RouteNotFoundView
public RouteNotFoundView() 
 - 
 - 
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:
 setErrorParameterin interfacecom.vaadin.flow.router.HasErrorParameter<com.vaadin.flow.router.NotFoundException>- Overrides:
 setErrorParameterin classcom.vaadin.flow.router.RouteNotFoundError
 
 -